|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.minecraft.util.IntHashMap
public class IntHashMap
| Constructor Summary | |
|---|---|
IntHashMap()
|
|
| Method Summary | |
|---|---|
void |
addKey(int par1,
Object par2Obj)
Adds a key and associated value to this map |
void |
clearMap()
Removes all entries from the map |
boolean |
containsItem(int par1)
Return true if an object is associated with the given key |
Set |
getKeySet()
|
Object |
lookup(int par1)
Returns the object associated to a key |
Object |
removeObject(int par1)
Removes the specified object from the map and returns it |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IntHashMap()
| Method Detail |
|---|
public Object lookup(int par1)
public boolean containsItem(int par1)
public void addKey(int par1,
Object par2Obj)
public Object removeObject(int par1)
public void clearMap()
public Set getKeySet()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||