public class IntHashMap
extends java.lang.Object
| Constructor and Description |
|---|
IntHashMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
addKey(int p_76038_1_,
java.lang.Object p_76038_2_)
Adds a key and associated value to this map
|
void |
clearMap()
Removes all entries from the map
|
boolean |
containsItem(int p_76037_1_)
Return true if an object is associated with the given key
|
java.lang.Object |
lookup(int p_76041_1_)
Returns the object associated to a key
|
java.lang.Object |
removeObject(int p_76049_1_)
Removes the specified object from the map and returns it
|
public java.lang.Object lookup(int p_76041_1_)
public boolean containsItem(int p_76037_1_)
public void addKey(int p_76038_1_,
java.lang.Object p_76038_2_)
public java.lang.Object removeObject(int p_76049_1_)
public void clearMap()