java.lang.ref
Class Reference
java.lang.Object
|
+--java.lang.ref.Reference
- Direct Known Subclasses:
- WeakReference
- public abstract class Reference
- extends Object
This is the basis of all reference classes
|
Method Summary |
void |
clear()
Clear this reference object |
Object |
get()
Get the reference |
reference
protected Object reference
- The reference
Reference
public Reference()
clear
public void clear()
- Clear this reference object
get
public Object get()
- Get the reference
- Returns:
- the reference
DCT Lightfoot v3 API specification