values abstract method

Stream<V> values()

Returns a stream of all values in the store.

Implementation

Stream<V> values();