public class IntHashMap<V>
extends java.lang.Object
| Constructor and Description | 
|---|
| IntHashMap() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addKey(int hashEntry,
      V valueEntry) | 
| void | clearMap() | 
| boolean | containsItem(int hashEntry) | 
| V | lookup(int hashEntry) | 
| V | removeObject(int p_76049_1_) |