public class Holder<T> extends Object
Holder()
Holder(T t)
T
getT()
void
setT(T t)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Holder()
public Holder(T t)
public T getT()
public void setT(T t)