Uses of Interface
com.vladsch.flexmark.util.collection.iteration.ReversiblePeekingIterable
Packages that use ReversiblePeekingIterable
Package
Description
-
Uses of ReversiblePeekingIterable in com.vladsch.flexmark.ast.util
Methods in com.vladsch.flexmark.ast.util with parameters of type ReversiblePeekingIterableModifier and TypeMethodDescriptionprivate voidClassifyingBlockTracker.addBlocks(ReversiblePeekingIterable<Node> nodes) private voidClassifyingBlockTracker.removeBlocks(ReversiblePeekingIterable<Node> nodes) -
Uses of ReversiblePeekingIterable in com.vladsch.flexmark.util.ast
Classes in com.vladsch.flexmark.util.ast that implement ReversiblePeekingIterableFields in com.vladsch.flexmark.util.ast declared as ReversiblePeekingIterableModifier and TypeFieldDescriptionstatic final ReversiblePeekingIterable<Node> NodeIterable.EMPTYprivate ReversiblePeekingIterable<Node> DescendantNodeIterable.iterableMethods in com.vladsch.flexmark.util.ast that return ReversiblePeekingIterableModifier and TypeMethodDescription@NotNull ReversiblePeekingIterable<Node> Node.getChildren()@NotNull ReversiblePeekingIterable<Node> Node.getDescendants()@NotNull ReversiblePeekingIterable<Node> Node.getReversedChildren()@NotNull ReversiblePeekingIterable<Node> Node.getReversedDescendants()@NotNull ReversiblePeekingIterable<Node> DescendantNodeIterable.reversed()@NotNull ReversiblePeekingIterable<Node> NodeIterable.reversed()Methods in com.vladsch.flexmark.util.ast with parameters of type ReversiblePeekingIterableModifier and TypeMethodDescriptionprivate voidClassifyingNodeTracker.addNodes(@NotNull ReversiblePeekingIterable<Node> nodes) private voidClassifyingNodeTracker.removeNodes(@NotNull ReversiblePeekingIterable<Node> nodes) Constructors in com.vladsch.flexmark.util.ast with parameters of type ReversiblePeekingIterableModifierConstructorDescriptionDescendantNodeIterable(@NotNull ReversiblePeekingIterable<Node> iterable) iterate nodes, with descendants, depth first until all are done -
Uses of ReversiblePeekingIterable in com.vladsch.flexmark.util.collection.iteration
Methods in com.vladsch.flexmark.util.collection.iteration that return ReversiblePeekingIterableModifier and TypeMethodDescription@NotNull ReversiblePeekingIterable<E> ReversiblePeekingIterable.reversed()