Class LongHashMap

java.lang.Object
net.minecraft.src.LongHashMap

public class LongHashMap extends Object
  • Constructor Details

    • LongHashMap

      public LongHashMap()
  • Method Details

    • 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