KtMutableMapEntry<K, V> class
abstract
Represents a key/value pair held by a KtMutableMap.
- Inheritance
-
- Object
- KtMapEntry<
K, V> - KtMutableMapEntry
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setValue(
V newValue) → V - Changes the value associated with the key of this entry.
-
toPair(
) → KtPair< K, V> -
Converts entry to KtPair with key being first component and value being second.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited