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