entries property

Stream<MapEntry<String, String>> get entries

Wrap pairs of keys and values into MapEntry and Stream them.

Implementation

Stream<MapEntry<String, String>> get entries;