Class ObjectMap<K,V>
java.lang.Object
zombie.entity.util.ObjectMap<K,V>
- All Implemented Interfaces:
Iterable<ObjectMap.Entry<K,V>>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()voidclear(int arg0) booleancontainsKey(K object) booleancontainsValue(Object arg0, boolean arg1) voidensureCapacity(int arg0) entries()booleanbooleanequalsIdentity(Object arg0) get(T object) inthashCode()booleanisEmpty()iterator()keys()booleannotEmpty()voidvoidshrink(int arg0) toString()values()Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
size
public int size
-
-
Constructor Details
-
ObjectMap
public ObjectMap() -
ObjectMap
public ObjectMap(int arg0) -
ObjectMap
public ObjectMap(int arg0, float arg1) -
ObjectMap
-
-
Method Details
-
put
-
putAll
-
get
-
get
-
remove
-
notEmpty
public boolean notEmpty() -
isEmpty
public boolean isEmpty() -
shrink
public void shrink(int arg0) -
clear
public void clear(int arg0) -
clear
public void clear() -
containsValue
-
containsKey
-
findKey
-
ensureCapacity
public void ensureCapacity(int arg0) -
hashCode
-
equals
-
equalsIdentity
-
toString
-
toString
-
iterator
-
entries
-
values
-
keys
-