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