Package-level declarations
Types
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.
Map with String keys that are treated in a insensitive manner.
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.
A SparseChunkedStackedDoubleArray2 that uses a grid size to create new chunks as required
Int growable ArrayList without boxing.
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.
Properties
Shortcut for IStackedDoubleArray2.startX + IStackedDoubleArray2.width
Shortcut for IStackedInt53Array2.startX + IStackedInt53Array2.width
Shortcut for IStackedInt64Array2.startX + IStackedInt64Array2.width
Shortcut for IStackedLongArray2.startX + IStackedLongArray2.width
Shortcut for IStackedDoubleArray2.startY + IStackedDoubleArray2.height
Shortcut for IStackedInt53Array2.startY + IStackedInt53Array2.height
Shortcut for IStackedInt64Array2.startY + IStackedInt64Array2.height
Shortcut for IStackedLongArray2.startY + IStackedLongArray2.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.