|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.thaiopensource.util.Ref<T>
public class Ref<T>
Simple generic class to hold a reference to an object.
Constructor Summary | |
---|---|
Ref()
|
|
Ref(T obj)
|
Method Summary | |
---|---|
void |
clear()
|
T |
get()
|
void |
set(T obj)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Ref()
public Ref(T obj)
Method Detail |
---|
public T get()
public void set(T obj)
public void clear()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |