Package net.minecraft.src
Class LongHashMap
java.lang.Object
net.minecraft.src.LongHashMap
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAdd a key-value pair.booleancontainsItem(long par1) intgetValueByKey(long par1) get the value from the map given the keyremove(long par1) calls the removeKey method and returns removed object
-
Constructor Details
-
LongHashMap
public LongHashMap()
-
-
Method Details
-
getNumHashElements
public int getNumHashElements() -
getValueByKey
get the value from the map given the key -
containsItem
public boolean containsItem(long par1) -
add
Add a key-value pair. -
remove
calls the removeKey method and returns removed object
-