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 object1, boolean boolean0) void
ensureCapacity
(int int1) entries()
boolean
boolean
equalsIdentity
(Object object0) get
(T object) int
hashCode()
boolean
isEmpty()
iterator()
keys()
boolean
notEmpty()
protected int
void
void
shrink
(int int0) toString()
protected String
values()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
size
public int size -
shift
protected int shift -
mask
protected int mask
-
-
Constructor Details
-
ObjectMap
public ObjectMap() -
ObjectMap
public ObjectMap(int int0) -
ObjectMap
public ObjectMap(int int1, float float0) -
ObjectMap
-
-
Method Details
-
place
-
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
-
toString
-
iterator
-
entries
-
values
-
keys
-