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 object1, boolean boolean0) void
ensureCapacity
(int int1) entries()
boolean
boolean
equalsIdentity
(Object object0) long
get
(long long0) int
hashCode()
boolean
isEmpty()
iterator()
keys()
boolean
notEmpty()
protected int
place
(long long0) void
remove
(long long0) void
shrink
(int int0) toString()
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
-
LongMap
public LongMap() -
LongMap
public LongMap(int int0) -
LongMap
public LongMap(int int1, float float0) -
LongMap
-
-
Method Details
-
place
protected int place(long long0) -
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
-