MutableIterable
Classes that inherit from this interface can be represented as a sequence of elements that can be iterated over and that supports removing elements during iteration.
Since Kotlin
1.0Classes that inherit from this interface can be represented as a sequence of elements that can be iterated over and that supports removing elements during iteration.
Since Kotlin
1.1Parameters
the type of element being iterated over. The mutable iterator is invariant in its element type.
the type of element being iterated over. The mutable iterator is invariant in its element type.
Functions
Returns an iterator over the elements of this sequence that supports removing elements during iteration.
Returns an iterator over the elements of this sequence that supports removing elements during iteration.
Inheritors
Extensions
Appends all elements that are instances of specified class to the given destination.
Returns a new SortedSet of all elements.