KoneGrowableMutableList
Represents a KoneMutableList which inner structure has a capacity that can be increased.
Inheritors
Functions
Adds provided elements at the end of the ordered collection.
Increases inner structure's capacity so that it can hold minimalCapacity number of elements without reinitialization of the capacity.
Checks if the iterable is not empty.
Initiates a mutable iterator over the collection's elements with pointer before the first element.
Initiates a mutable iterator over the collection's elements with pointer between elements with indices index - 1
and index
correspondingly.
Removes elements that satisfy the provided predicate.
Removes elements that satisfy the provided predicate.
Iterates over the collection and retains only the elements matching the predicate.
Iterates over the collection and retains only the elements matching the predicate.