public class IntMap
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
IntMap.IntMapEntryIterator |
Constructor and Description |
---|
IntMap(int numEntries) |
Modifier and Type | Method and Description |
---|---|
int |
get(int key) |
IntMap.IntMapEntryIterator |
iterator() |
void |
put(int key,
int value) |
int |
size() |
public int size()
public int get(int key)
public void put(int key, int value)
public IntMap.IntMapEntryIterator iterator()