public class Ref<T> extends Object
Ref(T t)
T
get()
void
set(T t)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Ref(T t)
public T get()
public void set(T t)
public String toString()
toString
Object