Package-level declarations
Types
Equivalent to BooleanArray but tightly packed to consume less memory, at the cost of being ~3-4x slower.
Fixed size BitSet. Similar to a BooleanArray but tightly packed to reduce memory usage.
Deque structure supporting constant time of appending/removing from the start or the end of the list when there is room in the underlying array.
Deque structure supporting constant time of appending/removing from the start or the end of the list when there is room in the underlying array.
Deque structure supporting constant time of appending/removing from the start or the end of the list when there is room in the underlying array.
Double growable ArrayList without boxing.
Deque structure supporting constant time of appending/removing from the start or the end of the list when there is room in the underlying array.
A FIFO (First In First Out) structure.
Float growable ArrayList without boxing.
Deque structure supporting constant time of appending/removing from the start or the end of the list when there is room in the underlying array.
A FIFO (First In First Out) structure.
Int growable ArrayList without boxing.
Deque structure supporting constant time of appending/removing from the start or the end of the list when there is room in the underlying array.
A FIFO (First In First Out) structure.
A utility to read List.
Deque structure supporting constant time of appending/removing from the start or the end of the list when there is room in the underlying array.
Deque structure supporting constant time of appending/removing from the start or the end of the list when there is room in the underlying array.
A FIFO (First In First Out) structure.
Properties
Shortcut for IStackedIntArray2.startX + IStackedIntArray2.width
Shortcut for IStackedIntArray2.startY + IStackedIntArray2.height
Functions
Returns the index of an item or a negative number in the case the item is not found. The negative index represents the nearest position after negating + 1.