Skip to content

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…

Notifications You must be signed in to change notification settings

Raydel8806/KotlinMapFromSring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

"# KotlinMapFromSring"

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

No packages published

Languages