public class LongHashMap extends Object
Constructor and Description |
---|
LongHashMap() |
Modifier and Type | Method and Description |
---|---|
void |
add(long par1,
Object par3Obj)
Add a key-value pair.
|
boolean |
containsItem(long par1) |
int |
getNumHashElements() |
Object |
getValueByKey(long par1)
get the value from the map given the key
|
Object |
remove(long par1)
calls the removeKey method and returns removed object
|
public int getNumHashElements()
public Object getValueByKey(long par1)
public boolean containsItem(long par1)
public void add(long par1, Object par3Obj)
public Object remove(long par1)