entries property

Iterable<MapEntry<K, V>> entries

The map entries of this.

Implementation

Iterable<MapEntry<K, V>> get entries;