Skip to content

Instantly share code, notes, and snippets.

@adam-arold
Created October 8, 2017 16:44
Show Gist options
  • Save adam-arold/5ec14315e8d9b4d8b6da153bdba6be7f to your computer and use it in GitHub Desktop.
Save adam-arold/5ec14315e8d9b4d8b6da153bdba6be7f to your computer and use it in GitHub Desktop.
val map = ConcurrentHashMap<String, String>()
map["foo"] = "bar"
val bar: String = map["foo"]!!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment