Class LongMap<V>
java.lang.Object
zombie.entity.util.LongMap<V>
- All Implemented Interfaces:
Iterable<LongMap.Entry<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
(long long0) boolean
containsValue
(Object object, boolean boolean0) void
ensureCapacity
(int int1) entries()
boolean
boolean
equalsIdentity
(Object object) long
get
(long long0) int
hashCode()
boolean
isEmpty()
iterator()
keys()
boolean
notEmpty()
void
remove
(long long0) void
shrink
(int int0) toString()
values()
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
size
public int size
-
-
Constructor Details
-
LongMap
public LongMap() -
LongMap
public LongMap(int int0) -
LongMap
public LongMap(int int1, float float0) -
LongMap
-
-
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
public boolean containsKey(long long0) -
findKey
-
ensureCapacity
public void ensureCapacity(int int1) -
hashCode
-
equals
-
equalsIdentity
-
toString
-
iterator
-
entries
-
values
-
keys
-