|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.minecraft.util.LongHashMap
public class LongHashMap
Constructor Summary | |
---|---|
LongHashMap()
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LongHashMap()
Method Detail |
---|
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |