History - net.minecraft.util.Int2ObjectHashMap
1.7.10
Names
pz
net.minecraft.class_833
net.minecraft.util.Int2ObjectHashMap
net.minecraft.util.IntHashMap
Fields
Int2ObjectHashMap__Node[]: a, field_3066, nodes, slots
int: b, field_3067, size, count
int: c, field_3068, threshold, threshold
float: d, field_3069, loadFactor, growFactor
int: e, field_3070, modCount, versionStamp
Set: f, field_3071, ids, keySet
Constructors
()
Methods
int (int): g, method_2313, hash, computeHash
int (int, int): a, method_2302, index, getSlotIndex
Object (int): a, method_2301, get, lookup
boolean (int): b, method_2306, containsKey, containsItem
Int2ObjectHashMap__Node (int): c, method_2308, getNode, lookupEntry
void (int, Object): a, method_2304, put, addKey
void (int): h, method_2314, resize, grow
void (Int2ObjectHashMap__Node[]): a, method_2305, addAll, copyTo
Object (int): d, method_2310, remove, removeObject
Int2ObjectHashMap__Node (int): e, method_2311, removeNode, removeEntry
void (): c, method_2307, clear, clearMap
void (int, int, Object, int): a, method_2303, insertNode, insert