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