net.minecraft.util

class Long2ObjectHashMap$Node<V>

nq$a
net.minecraft.class_835$class_836
net.minecraft.util.Long2ObjectHashMap$Node
net.minecraft.util.LongHashMap$Entry

Field summary

Modifier and TypeField
final long
a
field_3081
key
key
V
b
field_3082
value
value
Long2ObjectHashMap$Node<V>
c
field_3083
next
nextEntry
final int
d
field_3084
hash
hash

Constructor summary

ModifierConstructor
(int hash, long key, V value, Long2ObjectHashMap$Node<V> next)

Method summary

Modifier and TypeMethod
public final long
a()
method_2331()
getKey()
getKey()
public final V
b()
method_2332()
getValue()
getValue()