public abstract class BaseWrapper<T> extends Object
Object methods.| Modifier | Constructor and Description |
|---|---|
protected |
BaseWrapper()
Creates a new wrapper.
|
|
BaseWrapper(T value)
Creates a new wrapper with the given value.
|
public BaseWrapper(T value)
value - The value, which may be null.protected BaseWrapper()
Copyright © 2015. All Rights Reserved.