public class IntIntMap4a extends Object implements IntIntMap
Constructor and Description |
---|
IntIntMap4a(int size,
float fillFactor,
int noValueMarker) |
Modifier and Type | Method and Description |
---|---|
int |
get(int key) |
int |
put(int key,
int value) |
int |
remove(int key) |
int |
size() |