Uses of Class
com.vladsch.flexmark.tree.iteration.TreeIterator
Packages that use TreeIterator
-
Uses of TreeIterator in com.vladsch.flexmark.tree.iteration
Fields in com.vladsch.flexmark.tree.iteration declared as TreeIteratorModifier and TypeFieldDescriptionprotected final @NotNull TreeIterator<B>MappedIterator.myTreeIteratorMethods in com.vladsch.flexmark.tree.iteration that return TreeIteratorModifier and TypeMethodDescription@NotNull TreeIterator<N>TreeIterator.aborted()@NotNull TreeIterator<N><F> @NotNull TreeIterator<N>@NotNull TreeIterator<N>@NotNull TreeIterator<N><F> @NotNull TreeIterator<N>@NotNull TreeIterator<N>final @NotNull TreeIterator<B>MappedIterator.getTreeIterator()@NotNull TreeIterator<N>TreeIterator.modifiedCopy(@NotNull IterationConditions<N> constraints, @NotNull Predicate<? super N> filter, @NotNull Predicate<? super N> recursion) @NotNull TreeIterator<N>TreeIterator.nonRecursive()@NotNull TreeIterator<N><F> @NotNull TreeIterator<N>@NotNull TreeIterator<N>static <N> @NotNull TreeIterator<N>TreeIterator.of(@NotNull IterationConditions<N> constraints) static <N> @NotNull TreeIterator<N>TreeIterator.of(@NotNull IterationConditions<N> constraints, @NotNull Predicate<? super N> filter) static <N> @NotNull TreeIterator<N>TreeIterator.of(@NotNull IterationConditions<N> constraints, @NotNull Predicate<? super N> filter, @NotNull Predicate<? super N> recursion) @NotNull TreeIterator<N><F> @NotNull TreeIterator<N>@NotNull TreeIterator<N>@NotNull TreeIterator<N>TreeIterator.recursive()@NotNull TreeIterator<N>TreeIterator.reversed()Methods in com.vladsch.flexmark.tree.iteration with parameters of type TreeIteratorModifier and TypeMethodDescriptionstatic <N> MappedIterator<N,N> MappedIterator.create(N element, @NotNull TreeIterator<N> treeIterator) @NotNull MappedIterator<B,T> MappedIterator.getModifiedCopy(B element, ValueIterationAdapter<? super B, T> adapter, TreeIterator<B> treeIterator) @NotNull NodeIterator<N>NodeIterator.getModifiedCopy(Node element, ValueIterationAdapter<? super Node, N> adapter, TreeIterator<Node> treeIterator) <F extends B>
@NotNull MappedIterator<B,F> MappedIterator.getModifiedCopyF(B element, ValueIterationAdapter<? super B, F> adapter, TreeIterator<B> treeIterator) <F extends Node>
@NotNull NodeIterator<F>NodeIterator.getModifiedCopyF(Node element, ValueIterationAdapter<? super Node, F> adapter, TreeIterator<Node> treeIterator) static NodeIterator<Node>NodeIterator.of(@NotNull Node element, @NotNull TreeIterator<Node> treeIterator) Constructors in com.vladsch.flexmark.tree.iteration with parameters of type TreeIteratorModifierConstructorDescriptionMappedIterator(B element, @NotNull ValueIterationAdapter<? super B, T> adapter, @NotNull TreeIterator<B> treeIterator) NodeIterator(@NotNull Node element, @NotNull ValueIterationAdapter<? super Node, N> adapter, @NotNull TreeIterator<Node> treeIterator)