The first part of this guide contains a quick glossary of operations on the same collections in Java and Kotlin.
It is divided into operations that are the same
and operations that exist only in Kotlin.
The second part of the guide, starting from Mutability, explains some of the differences by looking at specific cases.
In Kotlin, there are many operations on collections that look exactly the same as their counterparts in Java.