Saturday 26 July 2014

Reference Class

Reference class is the super class for reference objects. 


Methods in Reference class
Method Description
public T get() Returns this reference object's referent.
public void clear() Clears this reference object.
public boolean enqueue() Adds this reference object to the queue with which it is registered
public boolean isEnqueued() Tells whether or not this reference object has been enqueued




Prevoius                                                 Next                                                 Home

No comments:

Post a Comment