← Docs
kotlin-stdlib / kotlin.collections / HashMap / entries

entries

Common
Native
1.0
val entries : MutableSet < MutableEntry < K , V > >
(Common source) (Native source)
JS
1.1
open val entries : MutableSet < MutableEntry < K , V > >
(source)

Returns a MutableSet of all key/value pairs in this map.

Stay in touch:
  • Contributing to Kotlin
  • Releases
  • Press Kit
  • Security
  • Blog
  • Issue Tracker
  • Brand assets
  • Careers
Supported and developed by JetBrains .
Kotlin™ is protected under the Kotlin Foundation
and licensed under the Apache 2 license .