net.minecraft.util

public class Long2ObjectHashMap<V>

nq
net.minecraft.unmapped.C_68899226
net.minecraft.util.Long2ObjectHashMap

Field summary

Modifier and TypeField
private transient Long2ObjectHashMap$Node<V>[]
a
f_16031248
nodes
private transient int
b
f_90847271
size
private int
c
f_50127611
cap
private int
d
f_46436562
threshold
private final float
e
f_94539042
loadFactor
private transient volatile int
f
f_16790160
modCount

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
private static int
g(long arg0)
m_80536712(long arg0)
hash(long key)
private static int
a(int arg0)
m_88580951(int arg0)
hash(int key)
private static int
a(int arg0, int arg1)
m_67861616(int arg0, int arg1)
index(int hash, int cap)
public int
a()
m_67821818()
size()
public V
a(long arg0)
m_92517267(long arg0)
get(long key)
public boolean
b(long arg0)
m_94886027(long arg0)
contains(long key)
final Long2ObjectHashMap$Node<V>
c(long arg0)
m_64858233(long arg0)
getNode(long key)
public void
a(long arg0, V arg1)
m_33032365(long arg0, V arg1)
put(long key, V value)
private void
b(int arg0)
m_31722409(int arg0)
resize(int cap)
private void
a(nq$a<V>[] arg0)
m_25692719(C_68899226$C_57602253<V>[] arg0)
addAll(Long2ObjectHashMap$Node<V>[] nodes)
public V
d(long arg0)
m_47859253(long arg0)
remove(long key)
final Long2ObjectHashMap$Node<V>
e(long arg0)
m_93211490(long arg0)
removeNode(long key)
private void
a(int arg0, long arg1, V arg2, int arg3)
m_74887218(int arg0, long arg1, V arg2, int arg3)
insertNode(int hash, long key, V value, int index)