public class Int2IntHash
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) Int2IntHashEntry[] |
entries |
(package private) int |
entryCount |
Constructor and Description |
---|
Int2IntHash(int initialCapacity) |
Modifier and Type | Method and Description |
---|---|
int |
get(int key) |
void |
put(int key,
int value) |
int entryCount
Int2IntHashEntry[] entries