KtMutableMapEntry<K, V> class abstract

Represents a key/value pair held by a KtMutableMap.

Inheritance

Constructors

KtMutableMapEntry()

Properties

hashCode int
The hash code for this object.
no setterinherited
key → K
Returns the key of this key/value pair.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → V
Returns the value of this key/value pair.
no setterinherited

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