DCT Lightfoot v3 API specification

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


Field Summary
protected  Object reference
          The reference
 
Constructor Summary
Reference()
           
 
Method Summary
 void clear()
          Clear this reference object
 Object get()
          Get the reference
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

reference

protected Object reference
The reference

Constructor Detail

Reference

public Reference()
Method Detail

clear

public void clear()
Clear this reference object


get

public Object get()
Get the reference

Returns:
the reference

DCT Lightfoot v3 API specification

DCT Lightfoot v3 API specification