Created
October 12, 2020 13:39
-
-
Save ch8n/2df6bb1c8b9d0fb160804ef9741bcf4e to your computer and use it in GitHub Desktop.
linkedhashmap create directly in kotlin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
val linkedHashMap = LinkedHashMap<String,Int>() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment