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 class
static class
static class
static class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
void
clear
(int arg0) boolean
containsKey
(K object) boolean
containsValue
(Object arg0, boolean arg1) void
ensureCapacity
(int arg0) entries()
boolean
boolean
equalsIdentity
(Object arg0) get
(T object) int
hashCode()
boolean
isEmpty()
iterator()
keys()
boolean
notEmpty()
void
void
shrink
(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
-