public class IntHashMap<V>
extends java.lang.Object
Constructor and Description |
---|
IntHashMap() |
Modifier and Type | Method and Description |
---|---|
void |
addKey(int p_76038_1_,
V 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_)
Returns true if this hash table contains the specified item.
|
V |
lookup(int p_76041_1_)
Returns the object associated to a key
|
V |
removeObject(int p_76049_1_)
Removes the specified object from the map and returns it
|
public V lookup(int p_76041_1_)
public boolean containsItem(int p_76037_1_)
public void addKey(int p_76038_1_, V p_76038_2_)
public V removeObject(int p_76049_1_)
public void clearMap()