keys abstract method

Stream<K> keys()

Returns a stream of all keys in the store.

Implementation

Stream<K> keys();