net.minecraft.util
Class LongHashMap

java.lang.Object
  extended by net.minecraft.util.LongHashMap

public class LongHashMap
extends Object


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

LongHashMap

public LongHashMap()
Method Detail

getNumHashElements

public int getNumHashElements()

getValueByKey

public Object getValueByKey(long par1)
get the value from the map given the key


containsItem

public boolean containsItem(long par1)

add

public void add(long par1,
                Object par3Obj)
Add a key-value pair.


remove

public Object remove(long par1)
calls the removeKey method and returns removed object