YATS/Forge Documentation
 All Classes Namespaces Files Functions Variables Enumerator Pages
net.minecraft.util.LongHashMap Class Reference

Public Member Functions

int getNumHashElements ()
 
Object getValueByKey (long par1)
 
boolean containsItem (long par1)
 
void add (long par1, Object par3Obj)
 
Object remove (long par1)
 

Member Function Documentation

void net.minecraft.util.LongHashMap.add ( long  par1,
Object  par3Obj 
)

Add a key-value pair.

boolean net.minecraft.util.LongHashMap.containsItem ( long  par1)
int net.minecraft.util.LongHashMap.getNumHashElements ( )
Object net.minecraft.util.LongHashMap.getValueByKey ( long  par1)

get the value from the map given the key

Object net.minecraft.util.LongHashMap.remove ( long  par1)

calls the removeKey method and returns removed object


The documentation for this class was generated from the following file: