Uses of Interface
com.vladsch.flexmark.util.collection.iteration.ReversiblePeekingIterator
-
Packages that use ReversiblePeekingIterator Package Description com.vladsch.flexmark.util.collection.iteration -
-
Uses of ReversiblePeekingIterator in com.vladsch.flexmark.util.collection.iteration
Methods in com.vladsch.flexmark.util.collection.iteration that return ReversiblePeekingIterator Modifier and Type Method Description @NotNull ReversiblePeekingIterator<E>ReversiblePeekingIterable. iterator()@NotNull ReversiblePeekingIterator<E>ReversiblePeekingIterable. reversedIterator()
-