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, remove
void close()
close
in interface AutoCloseable
close
in interface Closeable
K peekNextKey()