Uses of Interface
org.iq80.leveldb.impl.SeekingIterator
Packages that use SeekingIterator
-
Uses of SeekingIterator in org.iq80.leveldb.impl
Classes in org.iq80.leveldb.impl that implement SeekingIteratorModifier and TypeClassDescriptionclassfinal classMethods in org.iq80.leveldb.impl that return SeekingIterator -
Uses of SeekingIterator in org.iq80.leveldb.table
Classes in org.iq80.leveldb.table that implement SeekingIterator -
Uses of SeekingIterator in org.iq80.leveldb.util
Subinterfaces of SeekingIterator in org.iq80.leveldb.utilModifier and TypeInterfaceDescriptioninterfaceA common interface for internal iterators.Classes in org.iq80.leveldb.util that implement SeekingIteratorModifier and TypeClassDescriptionclassfinal classclassfinal classfinal classfinal classfinal classFields in org.iq80.leveldb.util declared as SeekingIteratorModifier and TypeFieldDescriptionprivate final SeekingIterator<InternalKey, Slice> DbIterator.ComparableIterator.iteratorprivate final SeekingIterator<InternalKey, Slice> Level0Iterator.ComparableIterator.iteratorConstructors in org.iq80.leveldb.util with parameters of type SeekingIteratorModifierConstructorDescriptionprivateComparableIterator(SeekingIterator<InternalKey, Slice> iterator, Comparator<InternalKey> comparator, int ordinal, Map.Entry<InternalKey, Slice> nextElement) privateComparableIterator(SeekingIterator<InternalKey, Slice> iterator, Comparator<InternalKey> comparator, int ordinal, Map.Entry<InternalKey, Slice> nextElement)