public class LongHashMap<V>
extends java.lang.Object
Constructor and Description |
---|
LongHashMap() |
Modifier and Type | Method and Description |
---|---|
void |
add(long p_76163_1_,
V p_76163_3_)
Add a key-value pair.
|
boolean |
containsItem(long p_76161_1_) |
int |
getNumHashElements() |
V |
getValueByKey(long p_76164_1_)
get the value from the map given the key
|
V |
remove(long p_76159_1_)
calls the removeKey method and returns removed object
|
public int getNumHashElements()
public V getValueByKey(long p_76164_1_)
public boolean containsItem(long p_76161_1_)
public void add(long p_76163_1_, V p_76163_3_)
public V remove(long p_76159_1_)