entries abstract method

Stream<MapEntry<K, V>> entries()

Returns a stream of all key-value entries in the store.

Implementation

Stream<MapEntry<K, V>> entries();