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 void
ClassifyingBlockTracker.addBlocks
(ReversiblePeekingIterable<Node> nodes) private void
ClassifyingBlockTracker.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.EMPTY
private ReversiblePeekingIterable<Node>
DescendantNodeIterable.iterable
Methods 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 void
ClassifyingNodeTracker.addNodes
(@NotNull ReversiblePeekingIterable<Node> nodes) private void
ClassifyingNodeTracker.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()