public class Wrapper<T> extends java.lang.Object
Wrapper()
T
unwrap()
void
wrap(T value)
static <W extends Wrapper<S>,S>W
wrap(W w, S s)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Wrapper()
public static <W extends Wrapper<S>,S> W wrap(W w, S s)
public void wrap(T value)
public T unwrap()