public class SmartIntToIntArrayMap
extends java.lang.Object
| Constructor and Description |
|---|
SmartIntToIntArrayMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
addOccurence(int key,
int value) |
int [] |
get(int key) |
int [] |
keys() |
void |
removeOccurence(int key,
int value) |