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 |
|---|
AbstractWeakHashTable.WEntry(V value,
AbstractWeakHashTable<K,V> htable,
int hash) |
public AbstractWeakHashTable.WEntry next
public int hash
public AbstractWeakHashTable.WEntry(V value, AbstractWeakHashTable<K,V> htable, int hash)