kotlin.collections.Map.Entry

Entry

interface Entry<out K, out V>

Represents a key/value pair held by a Map.

Properties

key

abstract val key: K

Returns the key of this key/value pair.

登录查看完整内容