public class ObjectIntHashMap<K>
extends <any>
Constructor and Description |
---|
ObjectIntHashMap() |
ObjectIntHashMap(<any> strategy) |
ObjectIntHashMap(int initialCapacity) |
ObjectIntHashMap(int initialCapacity,
<any> strategy) |
Modifier and Type | Method and Description |
---|---|
int |
get(K key) |
int |
get(K key,
int defaultValue) |