Kotlin Iniciante

dlard707
12.2K views

Open Source Your Knowledge, Become a Contributor

Technology knowledge has to be shared and made accessible for free. Join the movement.

Create Content

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.

Open Source Your Knowledge: become a Contributor and help others learn. Create New Content