public static class AbstractWeakHashTable.WEntry<K,V>
extends java.lang.ref.WeakReference<V>
implements java.util.Map.Entry<K,V>
| Modifier and Type | Field and Description |
|---|---|
int |
hash |
AbstractWeakHashTable.WEntry |
next |
| Constructor and Description |
|---|
WEntry(V value,
AbstractWeakHashTable<K,V> htable,
int hash) |
| Modifier and Type | Method and Description |
|---|---|
K |
getKey() |
V |
getValue() |
V |
setValue(V value) |
public AbstractWeakHashTable.WEntry next
public int hash
public WEntry(V value, AbstractWeakHashTable<K,V> htable, int hash)