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
Poll()Returns the next available reference from the queue, removing it in the process. | ||
Remove()Returns the next available reference from the queue, removing it in the process. | ||
Remove(long)Returns the next available reference from the queue, removing it in the process. |