static class LongHashMap.Entry<V>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) long |
key |
(package private) LongHashMap.Entry<V> |
next |
(package private) int |
origKeyHash |
(package private) V |
value |
| Constructor and Description |
|---|
Entry(long key,
int hash) |
final int origKeyHash
final long key
V value
LongHashMap.Entry<V> next