public class IntHashMap<V>
extends java.lang.Object
Constructor and Description |
---|
IntHashMap() |
Modifier and Type | Method and Description |
---|---|
void |
addKey(int hashEntry,
V valueEntry)
Adds a key and associated value to this map
|
void |
clearMap()
Removes all entries from the map
|
boolean |
containsItem(int hashEntry)
Returns true if this hash table contains the specified item.
|
V |
lookup(int hashEntry)
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 hashEntry)
public boolean containsItem(int hashEntry)
public void addKey(int hashEntry, V valueEntry)
public V removeObject(int p_76049_1_)
public void clearMap()