"# KotlinMapFromSring"
-
Notifications
You must be signed in to change notification settings - Fork 0
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…
Raydel8806/KotlinMapFromSring
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
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…
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published