October 2018
Intermediate to advanced
370 pages
9h 15m
English
The list interface is the last interface in the hierarchy related to the immutable collection. This is probably the most used collection in Kotlin.
The list interface inherits all functions from its parents interfaces and provides its own functions as well:

The list interface is an ordered collection, so we can access its elements using its index. Let's have a look at the functions it provides:
Read now
Unlock full access