Uses of Interface
org.iq80.leveldb.util.InternalIterator
Packages that use InternalIterator
-
Uses of InternalIterator in org.iq80.leveldb.impl
Classes in org.iq80.leveldb.impl that implement InternalIterator -
Uses of InternalIterator in org.iq80.leveldb.util
Classes in org.iq80.leveldb.util that implement InternalIteratorModifier and TypeClassDescriptionfinal classclassfinal classfinal classFields in org.iq80.leveldb.util declared as InternalIteratorModifier and TypeFieldDescriptionprivate final InternalIteratorMergingIterator.ComparableIterator.iteratorFields in org.iq80.leveldb.util with type parameters of type InternalIteratorModifier and TypeFieldDescriptionprivate final List<? extends InternalIterator> MergingIterator.levelsConstructors in org.iq80.leveldb.util with parameters of type InternalIteratorModifierConstructorDescriptionprivateComparableIterator(InternalIterator iterator, Comparator<InternalKey> comparator, int ordinal, Map.Entry<InternalKey, Slice> nextElement) Constructor parameters in org.iq80.leveldb.util with type arguments of type InternalIteratorModifierConstructorDescriptionMergingIterator(List<? extends InternalIterator> levels, Comparator<InternalKey> comparator)