public interface SeekingIterator<K,V> extends com.google.common.collect.PeekingIterator<Map.Entry<K,V>>
Modifier and Type | Method and Description |
---|---|
void |
seek(K targetKey)
Repositions the iterator so the key of the next BlockElement returned greater than or equal to the specified targetKey.
|
void |
seekToFirst()
Repositions the iterator so the beginning of this block.
|
forEachRemaining, hasNext
void seekToFirst()
void seek(K targetKey)
Copyright © 2011–2016. All rights reserved.