java.lang.ref
Class ReferenceQueue.Null

java.lang.Object
  extended byjava.lang.ref.ReferenceQueue
      extended byjava.lang.ref.ReferenceQueue.Null
Enclosing class:
ReferenceQueue

private static class ReferenceQueue.Null
extends ReferenceQueue


Nested Class Summary
 
Nested classes inherited from class java.lang.ref.ReferenceQueue
 
Field Summary
 
Fields inherited from class java.lang.ref.ReferenceQueue
ENQUEUED, NULL
 
Constructor Summary
private ReferenceQueue.Null()
           
 
Method Summary
(package private)  boolean enqueue(Reference r)
           
 
Methods inherited from class java.lang.ref.ReferenceQueue
poll, remove, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReferenceQueue.Null

private ReferenceQueue.Null()
Method Detail

enqueue

boolean enqueue(Reference r)
Overrides:
enqueue in class ReferenceQueue