Package-level declarations
Types
Represents a doubly linked list that is laid out on three arrays of the same fixed capacity instead of using object nodes.
Represents a doubly linked nodded list that is laid out on three arrays of the same fixed capacity instead of using object nodes.
Represents a list that is laid out consecutively on a prefix of array of fixed capacity.
Represents a nodded list that is laid out consecutively on a prefix of array of fixed capacity.
Represents a usual (settable) array of elements of type Element.
Producer of KoneArraySettableList.
Represents a settable list which elements are either set and stored in an array or marked to be initialised by the provided generator.
Functions
Returns an empty KoneArrayFixedCapacityLinkedList of provided capacity.
Returns a KoneArrayFixedCapacityLinkedList of provided size (and equal capacity) of elements produced by the initializer.
Returns a KoneArrayFixedCapacityLinkedList of provided size and capacity of elements produced by the initializer.
Returns an empty KoneArrayFixedCapacityLinkedNoddedList of provided capacity.
Returns a KoneArrayFixedCapacityLinkedNoddedList of provided size (and equal capacity) of elements produced by the initializer.
Returns a KoneArrayFixedCapacityLinkedNoddedList of provided size and capacity of elements produced by the initializer.
Returns an empty KoneArrayFixedCapacityList of provided capacity.
Returns a KoneArrayFixedCapacityList of provided size (and equal capacity) of elements produced by the initializer.
Returns a KoneArrayFixedCapacityList of provided size and capacity of elements produced by the initializer.
Returns an empty KoneArrayFixedCapacityNoddedList of provided capacity.
Returns a KoneArrayFixedCapacityNoddedList of provided size (and equal capacity) of elements produced by the initializer.
Returns a KoneArrayFixedCapacityNoddedList of provided size and capacity of elements produced by the initializer.
Returns a KoneArraySettableList of provided size of elements produced by the initializer.