History - net.minecraft.util.Long2ObjectHashMap
1.7.10
Names
qd
net.minecraft.class_835
net.minecraft.util.Long2ObjectHashMap
net.minecraft.util.LongHashMap
Fields
Long2ObjectHashMap__Node[]: a, field_3076, nodes, hashArray
int: b, field_3077, size, numHashElements
int: c, field_3078, threshold, capacity
float: d, field_3079, loadFactor, percentUseable
int: e, field_3080, modCount, modCount
Constructors
()
Methods
int (long): g, method_2330, hash, getHashedKey
int (int): a, method_2318, hash, hash
int (int, int): a, method_2319, index, getHashIndex
int (): a, method_2317, size, getNumHashElements
Object (long): a, method_2321, get, getValueByKey
boolean (long): b, method_2325, contains, containsItem
Long2ObjectHashMap__Node (long): c, method_2326, getNode, getEntry
void (long, Object): a, method_2322, put, add
void (int): b, method_2324, resize, resizeTable
void (Long2ObjectHashMap__Node[]): a, method_2323, addAll, copyHashTableTo
Object (long): d, method_2327, remove, remove
Long2ObjectHashMap__Node (long): e, method_2328, removeNode, removeKey
void (int, long, Object, int): a, method_2320, insertNode, createKey