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