K - Type of keysV - Type of valuespublic interface KeyValueIterator<K,V> extends Iterator<KeyValue<K,V>>, Closeable
| Modifier and Type | Method and Description |
|---|---|
void | close() |
K | peekNextKey()Peek at the next key without advancing the iterator |
forEachRemaining, hasNext, next, removevoid close()
close in interface AutoCloseableclose in interface CloseableK peekNextKey()