Skip to content
#

kotlin-collections

Here are 5 public repositories matching this topic...

This is the easiest method I have found to get a map from a text string. Kotlin map is a collection which contains pairs of objects. Map holds the data in the form of pairs which consists of a key and a value. Map keys are unique and the map holds only one value for each key. Kotlin distinguishes between immutable and mutable maps. Immutable map…

  • Updated Feb 10, 2022
  • Kotlin

Improve this page

Add a description, image, and links to the kotlin-collections topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the kotlin-collections topic, visit your repo's landing page and select "manage topics."

Learn more