Java.Lang.Ref.ReferenceQueue: Method Members

The methods of Java.Lang.Ref.ReferenceQueue are listed below. For a list of all members, see the ReferenceQueue Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

Poll() : Reference
Returns the next available reference from the queue, removing it in the process.
Remove() : Reference
Returns the next available reference from the queue, removing it in the process.
Remove(long) : Reference
Returns the next available reference from the queue, removing it in the process.