| Package | Description |
|---|---|
| gnu.kawa.util |
| Modifier and Type | Field and Description |
|---|---|
WeakHashNode<K,V> |
WeakHashNode.next |
| Modifier and Type | Method and Description |
|---|---|
protected WeakHashNode<K,V>[] |
WeakIdentityHashMap.allocEntries(int n) |
protected WeakHashNode<K,V> |
WeakIdentityHashMap.getEntryNext(WeakHashNode<K,V> entry) |
protected WeakHashNode<K,V> |
WeakIdentityHashMap.makeEntry(K key,
int hash,
V value) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
WeakIdentityHashMap.getEntryHashCode(WeakHashNode<K,V> entry) |
protected WeakHashNode<K,V> |
WeakIdentityHashMap.getEntryNext(WeakHashNode<K,V> entry) |
protected void |
WeakIdentityHashMap.setEntryNext(WeakHashNode<K,V> entry,
WeakHashNode<K,V> next) |
protected void |
WeakIdentityHashMap.setEntryNext(WeakHashNode<K,V> entry,
WeakHashNode<K,V> next) |