public class IntObjectMap<V>
extends java.lang.Object
Constructor and Description |
---|
IntObjectMap() |
IntObjectMap(int initialCapacity) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
V |
get(int key) |
void |
remove(int key) |
void |
set(int key,
V value) |
void |
shiftKeys(int from,
int shift) |
int |
size() |