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 int1) boolean
containsKey
(K object) boolean
containsValue
(Object object, boolean boolean0) void
ensureCapacity
(int int1) entries()
boolean
boolean
equalsIdentity
(Object object0) get
(T object) int
hashCode()
boolean
isEmpty()
iterator()
keys()
boolean
notEmpty()
void
void
shrink
(int int0) 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 int0) -
ObjectMap
public ObjectMap(int int1, float float0) -
ObjectMap
-
-
Method Details
-
put
-
putAll
-
get
-
get
-
remove
-
notEmpty
public boolean notEmpty() -
isEmpty
public boolean isEmpty() -
shrink
public void shrink(int int0) -
clear
public void clear(int int1) -
clear
public void clear() -
containsValue
-
containsKey
-
findKey
-
ensureCapacity
public void ensureCapacity(int int1) -
hashCode
-
equals
-
equalsIdentity
-
toString
-
toString
-
iterator
-
entries
-
values
-
keys
-