uka.util
Class IntWeakHashBijection.Ref

java.lang.Object
  extended byjava.lang.ref.Reference
      extended byjava.lang.ref.WeakReference
          extended byuka.util.IntWeakHashBijection.Ref
Enclosing class:
IntWeakHashBijection

static class IntWeakHashBijection.Ref
extends java.lang.ref.WeakReference

Weakly refer to an object, and remember its entry beyond its death.


Nested Class Summary
 
Nested classes inherited from class java.lang.ref.Reference
 
Field Summary
 IntWeakHashBijection.Entry e
           
 
Fields inherited from class java.lang.ref.Reference
 
Constructor Summary
IntWeakHashBijection.Ref(java.lang.Object obj, java.lang.ref.ReferenceQueue queue)
           
 
Methods inherited from class java.lang.ref.Reference
clear, enqueue, get, isEnqueued
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

e

public IntWeakHashBijection.Entry e
Constructor Detail

IntWeakHashBijection.Ref

public IntWeakHashBijection.Ref(java.lang.Object obj,
                                java.lang.ref.ReferenceQueue queue)