MapEntryExtension<K, V> extension

Extension for MapEntry<K, V>.

on

Methods

copy() MapEntry<K, V>
Copies this MapEntry.
equals(MapEntry other) bool
Returns true if equals to other.
toPair<T>() Pair<T>
Creates a Pair from this key and value entry.