public static class IntHashMap.Entry<V>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
hash |
(package private) int |
key |
(package private) IntHashMap.Entry<V> |
next |
(package private) V |
value |
| Modifier | Constructor and Description |
|---|---|
protected |
Entry(int hash,
int key,
V value,
IntHashMap.Entry<V> next) |
| Modifier and Type | Method and Description |
|---|---|
int |
getKey() |
V |
getValue() |
final int hash
final int key
V value
IntHashMap.Entry<V> next
protected Entry(int hash,
int key,
V value,
IntHashMap.Entry<V> next)
public int getKey()
public V getValue()