|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.ref.Reference<T>
java.lang.ref.WeakReference<V>
gnu.kawa.util.AbstractWeakHashTable.WEntry<K,V>
public static class AbstractWeakHashTable.WEntry<K,V>
Field Summary | |
---|---|
int |
hash
|
AbstractWeakHashTable.WEntry |
next
|
Constructor Summary | |
---|---|
AbstractWeakHashTable.WEntry(V value,
AbstractWeakHashTable<K,V> htable,
int hash)
|
Method Summary | |
---|---|
K |
getKey()
|
V |
getValue()
|
V |
setValue(V value)
|
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 |
Methods inherited from interface java.util.Map.Entry |
---|
equals, hashCode |
Field Detail |
---|
public AbstractWeakHashTable.WEntry next
public int hash
Constructor Detail |
---|
public AbstractWeakHashTable.WEntry(V value, AbstractWeakHashTable<K,V> htable, int hash)
Method Detail |
---|
public K getKey()
getKey
in interface java.util.Map.Entry<K,V>
public V getValue()
getValue
in interface java.util.Map.Entry<K,V>
public V setValue(V value)
setValue
in interface java.util.Map.Entry<K,V>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |