Mutable Entry
Represents a key/value pair held by a MutableMap.
Since Kotlin
1.2Represents a key/value pair held by a MutableMap.
Since Kotlin
1.0Represents a key/value pair held by a MutableMap.
Since Kotlin
1.1Represents a key/value pair held by a MutableMap.
Since Kotlin
1.3Functions
Link copied to clipboard
Changes the value associated with the key of this entry.
Since Kotlin 1.2
Changes the value associated with the key of this entry.
Since Kotlin 1.0
Changes the value associated with the key of this entry.
Since Kotlin 1.1
Properties
Extensions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Converts entry to Pair with key being first component and value being second.
Since Kotlin 1.2