Package org.iq80.leveldb.util
Class InternalTableIterator
java.lang.Object
org.iq80.leveldb.util.AbstractSeekingIterator<InternalKey,Slice>
org.iq80.leveldb.util.InternalTableIterator
- All Implemented Interfaces:
com.google.common.collect.PeekingIterator<Map.Entry<InternalKey,,Slice>> Iterator<Map.Entry<InternalKey,,Slice>> SeekingIterator<InternalKey,,Slice> InternalIterator
public class InternalTableIterator
extends AbstractSeekingIterator<InternalKey,Slice>
implements InternalIterator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Map.Entry<InternalKey, Slice> voidseekInternal(InternalKey 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, hasNextMethods inherited from interface com.google.common.collect.PeekingIterator
next, peek, removeMethods inherited from interface org.iq80.leveldb.impl.SeekingIterator
seek, seekToFirst
-
Field Details
-
tableIterator
-
-
Constructor Details
-
InternalTableIterator
-
-
Method Details
-
seekToFirstInternal
protected void seekToFirstInternal()- Specified by:
seekToFirstInternalin classAbstractSeekingIterator<InternalKey,Slice>
-
seekInternal
- Specified by:
seekInternalin classAbstractSeekingIterator<InternalKey,Slice>
-
getNextElement
- Specified by:
getNextElementin classAbstractSeekingIterator<InternalKey,Slice>
-
toString
-