Back
Close

Kotlin Iniciante

dlard707
12.2K views

Collections

It's important to understand that Kotlin's collection are built on top of the Java API. That means a lot for interoperability.

But, Kotlin brings consistency and simplicity.

List of ...

Set of ...

Map to ...

Note that beyond that simplicity, Kotlin provides some cool features, essentially based on extensions of the Java API.

Here a sample of what Kotlin is capable of. You may find more into the Kotlin documentation.

Create your playground on Tech.io
This playground was created on Tech.io, our hands-on, knowledge-sharing platform for developers.
Go to tech.io