Uses of Interface
com.vladsch.flexmark.util.collection.iteration.ReversibleIterator
-
Packages that use ReversibleIterator Package Description com.vladsch.flexmark.util.collection com.vladsch.flexmark.util.collection.iteration -
-
Uses of ReversibleIterator in com.vladsch.flexmark.util.collection
Methods in com.vladsch.flexmark.util.collection that return ReversibleIterator Modifier and Type Method Description @NotNull ReversibleIterator<Integer>OrderedSet. indexIterator()@NotNull ReversibleIterator<Integer>OrderedSet. reversedIndexIterator() -
Uses of ReversibleIterator in com.vladsch.flexmark.util.collection.iteration
Classes in com.vladsch.flexmark.util.collection.iteration with type parameters of type ReversibleIterator Modifier and Type Class Description classIndexedIterator<R,S,I extends ReversibleIterator<Integer>>Subinterfaces of ReversibleIterator in com.vladsch.flexmark.util.collection.iteration Modifier and Type Interface Description interfaceReversibleIndexedIterator<E>interfaceReversiblePeekingIterator<E>Classes in com.vladsch.flexmark.util.collection.iteration that implement ReversibleIterator Modifier and Type Class Description classBitSetIteratorclassIndexedItemIterator<R>classIndexedIterator<R,S,I extends ReversibleIterator<Integer>>Methods in com.vladsch.flexmark.util.collection.iteration that return ReversibleIterator Modifier and Type Method Description @NotNull ReversibleIterator<T>ArrayIterable. iterator()@NotNull ReversibleIterator<Integer>BitSetIterable. iterator()@NotNull ReversibleIterator<T>Reverse. iterator()@NotNull ReversibleIterator<E>ReversibleIterable. iterator()@NotNull ReversibleIterator<T>ArrayIterable. reversedIterator()@NotNull ReversibleIterator<Integer>BitSetIterable. reversedIterator()@NotNull ReversibleIterator<T>Reverse. reversedIterator()@NotNull ReversibleIterator<E>ReversibleIterable. reversedIterator()
-