uka.util
Class IntWeakHashBijection.Entry

java.lang.Object
  extended byuka.util.IntObjectHashBijection.Entry
      extended byuka.util.IntWeakHashBijection.Entry
Enclosing class:
IntWeakHashBijection

public static final class IntWeakHashBijection.Entry
extends IntObjectHashBijection.Entry


Field Summary
 
Fields inherited from class uka.util.IntObjectHashBijection.Entry
hash1, hash2, nextAll, nextChain1, nextChain2, prevAll, value1, value2
 
Constructor Summary
protected IntWeakHashBijection.Entry(int hash1, int value1, int hash2, java.lang.Object value2, java.lang.ref.ReferenceQueue queue)
           
 
Method Summary
protected  java.lang.Object getValue2()
           
 
Methods inherited from class uka.util.IntObjectHashBijection.Entry
getValue1, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IntWeakHashBijection.Entry

protected IntWeakHashBijection.Entry(int hash1,
                                     int value1,
                                     int hash2,
                                     java.lang.Object value2,
                                     java.lang.ref.ReferenceQueue queue)
Method Detail

getValue2

protected java.lang.Object getValue2()
Overrides:
getValue2 in class IntObjectHashBijection.Entry