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