Skip to content

Instantly share code, notes, and snippets.

@ch8n
Created October 12, 2020 12:40
Show Gist options
  • Save ch8n/b8a0e6ae08afeab955e5139b04032945 to your computer and use it in GitHub Desktop.
Save ch8n/b8a0e6ae08afeab955e5139b04032945 to your computer and use it in GitHub Desktop.
signature for mutable map
interface MutableMap<K, V> : Map<K, V>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment