Interface IKeyValueStore.IKeyIterator

All Superinterfaces:
AutoCloseable, Closeable, Iterator<String>
Enclosing interface:
IKeyValueStore

public static interface IKeyValueStore.IKeyIterator extends Iterator<String>, Closeable
An iterator over keys in a key-value store. The iterator must be closed after it is no longer needed.
Since:
11.0
Author:
Petru Galanton