Created
October 12, 2020 12:23
-
-
Save ch8n/c28bc10eda521c0d6f614dcc9906cff6 to your computer and use it in GitHub Desktop.
entries body maps 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 map = object : Map<String, Int>{ | |
override val entries: Set<Entry<String, Int>> | |
get() = //stuff... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment