Package-level declarations
Types
Represents a KoneMutableList which inner structure has a capacity that can be increased.
Represents a nodded version of KoneGrowableMutableList. See KoneNoddedList for more.
Represents a finite collection of elements with some order on them.
Represents a node in the inner structure of a KoneNoddedList. See KoneNoddedList and KoneList for more.
Represents a finite collection of elements with some order on them with possibility to add, replace, and replace element at the provided index.
Represents a node in the inner structure of a KoneMutableNoddedList. See KoneMutableNoddedList and KoneMutableList for more.
Represents a nodded version of KoneMutableList. See KoneNoddedList for more.
Represents a nodded version of KoneList.
Represents a finite collection of elements with some order on them with possibility to replace element at the provided index.
Represents a node in the inner structure of a KoneSettableNoddedList. See KoneSettableNoddedList and KoneSettableList for more.
Represents a nodded version of KoneSettableList. See KoneNoddedList for more.
Properties
Functions
Adds provided elements at the end of the ordered collection.
Returns empty list.
Returns a mutable list of provided size of elements produced by the initializer.
Returns a settable list of provided size of elements produced by the initializer.
Iterates over the collection and retains only the elements matching the predicate.
Iterates over the collection and retains only the elements matching the predicate.