Skip to content

Instantly share code, notes, and snippets.

@ch8n
Created October 12, 2020 13:39
Show Gist options
  • Save ch8n/2df6bb1c8b9d0fb160804ef9741bcf4e to your computer and use it in GitHub Desktop.
Save ch8n/2df6bb1c8b9d0fb160804ef9741bcf4e to your computer and use it in GitHub Desktop.
linkedhashmap create directly in kotlin
val linkedHashMap = LinkedHashMap<String,Int>()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment