
public class IntHashMultimap extends IntMultimap
Because only int primitives are used performance and memory usage can surpass Object set multimaps.
map| Constructor and Description |
|---|
IntHashMultimap() |
| Modifier and Type | Method and Description |
|---|---|
void |
put(int key,
int value) |
public void put(int key,
int value)
put in class IntMultimapCopyright © 2018. All rights reserved.