Skip to content

Instantly share code, notes, and snippets.

@sajjadyousefnia
Created April 8, 2018 16:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sajjadyousefnia/17cdc7897bcaf38c1fea7b06ccc2e0ae to your computer and use it in GitHub Desktop.
Save sajjadyousefnia/17cdc7897bcaf38c1fea7b06ccc2e0ae to your computer and use it in GitHub Desktop.
val personsSortedMap: java.util.SortedMap<Int, String> = sortedMapOf(2 to "Chike", 1 to "John", 3 to "Emeka")
personsSortedMap.put(7, "Adam")
personsSortedMap.remove(3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment