public class Wrapper<T> extends Object
protected T
value
Wrapper(T value)
T
getValue()
void
setValue(T value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected T value
public Wrapper(T value)
public T getValue()
public void setValue(T value)