| Constructor and Description |
|---|
TableIterator(Table table,
BlockIterator blockIterator) |
| Modifier and Type | Method and Description |
|---|---|
protected Map.Entry<Slice,Slice> |
getNextElement() |
protected void |
seekInternal(Slice targetKey) |
protected void |
seekToFirstInternal() |
String |
toString() |
hasNext, next, peek, remove, seek, seekToFirstclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEachRemainingpublic TableIterator(Table table, BlockIterator blockIterator)
protected void seekToFirstInternal()
seekToFirstInternal in class AbstractSeekingIterator<Slice,Slice>protected void seekInternal(Slice targetKey)
seekInternal in class AbstractSeekingIterator<Slice,Slice>protected Map.Entry<Slice,Slice> getNextElement()
getNextElement in class AbstractSeekingIterator<Slice,Slice>Copyright © 2011–2019. All rights reserved.