History - net.minecraft.util.collection.SortedArraySet
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.SortedArraySet
net.minecraft.class_4706
net.minecraft.util.collection.SortedArraySet
Fields
int: DEFAULT_INITIAL_CAPACITY, field_29860, DEFAULT_CAPACITY
Comparator<T>: comparator, field_21562, comparator
T[]: contents, field_21563, elements
int: size, field_21564, size
Constructors
(int, Comparator<T>)
Methods
<T extends Comparable<T>> SortedArraySet<T> (): create, method_34958, create
<T extends Comparable<T>> SortedArraySet<T> (int): create, method_23859, create
<T> SortedArraySet<T> (Comparator<T>): create, method_34959, create
<T> SortedArraySet<T> (Comparator<T>, int): create, method_34960, create
<T> T[] (Object[]): castRawArray, method_23864, cast
int (T): findIndex, method_23869, binarySearch
int (int): getInsertionPosition, method_23866, insertionPoint
boolean (T): add, add, add
void (int): grow, method_23868, ensureCapacity
void (T, int): addInternal, method_23863, add
void (int): removeInternal, method_23870, remove
T (int): getInternal, method_23871, get
T (T): addOrGet, method_23862, addAndGet
boolean (Object): remove, remove, remove
T (T): get, method_34961, getIfContains
T (): first, method_23865, first
T (): last, method_34962, last
boolean (Object): contains, contains, contains
Iterator<T> (): iterator
int (): size
Object[] (): toArray
<U> U[] (U[]): toArray, toArray, toArray
void (): clear