public class Box<T> extends java.lang.Object
Box(T value)
T
getValue()
void
setValue(T value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Box(T value)
public T getValue()
public void setValue(T value)