October 2018
Intermediate to advanced
370 pages
9h 15m
English
This is the most powerful iterator. The mutable list iterator extends both the list iterator and the MutableListIterator interface, and has its own functions. In the following diagram, we can see how MutableListIterator inherits both MutableIterator and ListIterator:

Let's take a look at the functions provided:
fun mutableListIteratorFunctionAdd() { val mutableListValues: MutableList<Int> = mutableListOf(2, ...Read now
Unlock full access