Skip to content

Instantly share code, notes, and snippets.

@ch8n
Created October 12, 2020 12:46
Show Gist options
  • Save ch8n/a2cdd29b9dfbabbd173a31ff573c0168 to your computer and use it in GitHub Desktop.
Save ch8n/a2cdd29b9dfbabbd173a31ff573c0168 to your computer and use it in GitHub Desktop.
Entries are mutable set
abstract val entries: MutableSet<MutableEntry<K, V>> is a MutableSet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment