History - net.minecraft.util.collection.Int2ObjectBiMap
26.3-snapshot-3
Names
Fields
Constructors
Methods
26.3-snapshot-2
Names
Fields
Constructors
Methods
26.3-snapshot-1
Names
Fields
Constructors
Methods
26.2
Names
Fields
Constructors
Methods
26.1.2
Names
Fields
Constructors
Methods
26.1.1
Names
Fields
Constructors
Methods
26.1
Names
Fields
Constructors
Methods
1.21.11_unobfuscated
Names
net.minecraft.util.CrudeIncrementalIntIdentityHashBiMap
net.minecraft.class_3513
net.minecraft.util.collection.Int2ObjectBiMap
Fields
int: NOT_FOUND, field_29828, ABSENT
Object: EMPTY_SLOT, field_15650, EMPTY
float: LOADFACTOR, field_29829, LOAD_FACTOR
K[]: keys, field_15651, values
int[]: values, field_15646, ids
K[]: byId, field_15647, idToValues
int: nextId, field_15649, nextId
int: size, field_15648, size
Constructors
(int)
(K[], int[], K[], int, int)
Methods
<A> Int2ObjectBiMap<A> (int): create, method_37913, create
int (K): getId, method_10206, getRawId
K (int): byId, method_10200, get
int (int): getValue, method_15222, getIdFromIndex
boolean (K): contains, method_34904, contains
boolean (int): contains, method_34903, containsKey
int (K): add, method_15225, add
int (): nextId, method_15226, nextId
void (int): grow, method_15224, resize
void (K, int): addMapping, method_15230, put
int (K): hash, method_15228, getIdealIndex
int (K, int): indexOf, method_15232, findIndex
int (int): findEmpty, method_15223, findFree
Iterator<K> (): iterator
void (): clear, method_15229, clear
int (): size, method_10204, size
Int2ObjectBiMap<K> (): copy, method_39940, copy