listIterator abstract method
Returns a list iterator over the elements in this list (in proper sequence), starting at the specified index
or 0
by default.
Implementation
@override
KtMutableListIterator<T> listIterator([int index = 0]);
Returns a list iterator over the elements in this list (in proper sequence), starting at the specified index
or 0
by default.
@override
KtMutableListIterator<T> listIterator([int index = 0]);