Uses of Interface
com.vladsch.flexmark.tree.iteration.ValueIteration
-
Packages that use ValueIteration Package Description com.vladsch.flexmark.tree.iteration -
-
Uses of ValueIteration in com.vladsch.flexmark.tree.iteration
Classes in com.vladsch.flexmark.tree.iteration that implement ValueIteration Modifier and Type Class Description class
IteratorInstance<N,R>
Methods in com.vladsch.flexmark.tree.iteration that return ValueIteration Modifier and Type Method Description <T,R>
ValueIteration<R>TreeIterator. iterate(N element, R defaultValue, @NotNull ValueIterationAdapter<? super N,T> adapter, @NotNull ValueIterationConsumer<? super T,R> consumer)
<R> ValueIteration<R>
TreeIterator. iterate(N element, R defaultValue, @NotNull ValueIterationConsumer<? super N,R> consumer)
Methods in com.vladsch.flexmark.tree.iteration with parameters of type ValueIteration Modifier and Type Method Description void
ValueIterationAdapterImpl.MyValueIterationConsumer. accept(P it, @NotNull ValueIteration<R> iteration)
void
ValueIterationConsumer. accept(N it, @NotNull ValueIteration<R> iteration)
void
VoidToValueIConsumerAdapter. accept(N it, @NotNull ValueIteration<R> iteration)
void
ValueIterationAdapterImpl.MyValueIterationConsumer. afterEnd(@NotNull ValueIteration<R> iteration)
default void
ValueIterationConsumer. afterEnd(@NotNull ValueIteration<R> iteration)
void
VoidToValueIConsumerAdapter. afterEnd(@NotNull ValueIteration<R> iteration)
void
ValueIterationAdapterImpl.MyValueIterationConsumer. beforeStart(@NotNull ValueIteration<R> iteration)
default void
ValueIterationConsumer. beforeStart(@NotNull ValueIteration<R> iteration)
void
VoidToValueIConsumerAdapter. beforeStart(@NotNull ValueIteration<R> iteration)
-