component1

inline operator fun <Key, Value> ObjectMap.Entry<Key, Value>.component1(): Key

Allows to destruct ObjectMap.Entry into key and value components.

Return

ObjectMap.Entry.key


inline operator fun <Value> IntMap.Entry<Value>.component1(): Int

Allows to destruct IntMap.Entry into key and value components.

Return

IntMap.Entry.key


inline operator fun <Value> LongMap.Entry<Value>.component1(): Long

Allows to destruct LongMap.Entry into key and value components.

Return

LongMap.Entry.key


inline operator fun IntIntMap.Entry.component1(): Int

Allows to destruct IntIntMap.Entry into key and value components.

Return

IntIntMap.Entry.key


inline operator fun IntFloatMap.Entry.component1(): Int

Allows to destruct IntFloatMap.Entry into key and value components.

Return

IntFloatMap.Entry.key


inline operator fun <Value> ObjectIntMap.Entry<Value>.component1(): Value

Allows to destruct ObjectIntMap.Entry into key and value components.

Return

ObjectIntMap.Entry.key