February 2018
Intermediate to advanced
350 pages
7h 35m
English
List is one of the most commonly used collection data types. It is an implementation of the Collection interface used to work with a group of ordered data.
As we mentioned earlier, Kotlin distinguishes between mutable and read-only collection types; so, the List interface, which is immutable, contains only the read-only functions, as follows:
Read now
Unlock full access