Package org.iq80.leveldb.util
Class TableIterator
- All Implemented Interfaces:
com.google.common.collect.PeekingIterator<Map.Entry<Slice,,Slice>> Iterator<Map.Entry<Slice,,Slice>> SeekingIterator<Slice,Slice>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final BlockIteratorprivate BlockIteratorprivate final Table -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate BlockIteratorprotected voidseekInternal(Slice targetKey) protected voidtoString()Methods inherited from class org.iq80.leveldb.util.AbstractSeekingIterator
hasNext, next, peek, remove, seek, seekToFirstMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
table
-
blockIterator
-
current
-
-
Constructor Details
-
TableIterator
-
-
Method Details
-
seekToFirstInternal
protected void seekToFirstInternal()- Specified by:
seekToFirstInternalin classAbstractSeekingIterator<Slice,Slice>
-
seekInternal
- Specified by:
seekInternalin classAbstractSeekingIterator<Slice,Slice>
-
getNextElement
- Specified by:
getNextElementin classAbstractSeekingIterator<Slice,Slice>
-
getNextBlock
-
toString
-