Uses of Class
xyz.cofe.iter.TreeIterator.PushStep
| Package | Description |
|---|---|
| xyz.cofe.iter |
Алгоритмы итерации
|
-
Uses of TreeIterator.PushStep in xyz.cofe.iter
Fields in xyz.cofe.iter with type parameters of type TreeIterator.PushStep Modifier and Type Field Description protected java.util.function.Consumer<TreeIterator.PushStep<A>>TreeIterator. pushprotected java.util.function.Consumer<TreeIterator.PushStep<A>>TreeIterBuilderDefault. pushMethods in xyz.cofe.iter that return types with arguments of type TreeIterator.PushStep Modifier and Type Method Description static <A> java.util.function.Consumer<TreeIterator.PushStep<A>>TreeIterator. pushFirst()Создает функцию для добвления узлов в начало очереди обработкиstatic <A> java.util.function.Consumer<TreeIterator.PushStep<A>>TreeIterator. pushLast()Создает функцию для добвления узлов в конец очереди обработкиstatic <A> java.util.function.Consumer<TreeIterator.PushStep<A>>TreeIterator. pushOrdered()Создает фуркцию для добавления узлов в очередь обратки, согласно порядку следованияMethod parameters in xyz.cofe.iter with type arguments of type TreeIterator.PushStep Modifier and Type Method Description static <A> Eterable<TreeStep<A>>TreeIterator. of(A init, java.util.function.Function<A,java.lang.Iterable<? extends A>> follow, java.util.function.Function<java.util.List<TreeStep<A>>,TreeStep<A>> poll, java.util.function.Consumer<TreeIterator.PushStep<A>> push)Конструкторstatic <A> Eterable<TreeStep<A>>TreeIterator. of(java.lang.Iterable<? extends A> init, java.util.function.Function<A,java.lang.Iterable<? extends A>> follow, java.util.function.Function<java.util.List<TreeStep<A>>,TreeStep<A>> poll, java.util.function.Consumer<TreeIterator.PushStep<A>> push)КонструкторTreeIterBuilder<A>TreeIterBuilder. push(java.util.function.Consumer<TreeIterator.PushStep<A>> push)Указывает функцию помещения очередного узла в рабочий наборTreeIterBuilder<A>TreeIterBuilderDefault. push(java.util.function.Consumer<TreeIterator.PushStep<A>> push)Constructor parameters in xyz.cofe.iter with type arguments of type TreeIterator.PushStep Constructor Description TreeIterator(A init, java.util.function.Function<A,java.lang.Iterable<? extends A>> follow, java.util.function.Function<java.util.List<TreeStep<A>>,TreeStep<A>> poll, java.util.function.Consumer<TreeIterator.PushStep<A>> push)КонструкторTreeIterator(A init, java.util.function.Function<A,java.lang.Iterable<? extends A>> follow, java.util.function.Function<java.util.List<TreeStep<A>>,TreeStep<A>> poll, java.util.function.Consumer<TreeIterator.PushStep<A>> push, java.util.function.Predicate<TreeStep<A>> allow)КонструкторTreeIterator(A init, java.util.function.Function<A,java.lang.Iterable<? extends A>> follow, java.util.function.Function<java.util.List<TreeStep<A>>,TreeStep<A>> poll, java.util.function.Consumer<TreeIterator.PushStep<A>> push, java.util.function.Predicate<TreeStep<A>> allow, java.lang.Object syncObj)КонструкторTreeIterator(A init, java.util.function.Function<A,java.lang.Iterable<? extends A>> follow, java.util.function.Function<java.util.List<TreeStep<A>>,TreeStep<A>> poll, java.util.function.Consumer<TreeIterator.PushStep<A>> push, java.util.function.Predicate<TreeStep<A>> allow, java.lang.Object syncObj, java.util.function.Function<java.util.function.Supplier<java.lang.Object>,java.lang.Object> syncWs)КонструкторTreeIterator(java.lang.Iterable<? extends A> init, java.util.function.Function<A,java.lang.Iterable<? extends A>> follow, java.util.function.Function<java.util.List<TreeStep<A>>,TreeStep<A>> poll, java.util.function.Consumer<TreeIterator.PushStep<A>> push)КонструкторTreeIterator(java.lang.Iterable<? extends A> init, java.util.function.Function<A,java.lang.Iterable<? extends A>> follow, java.util.function.Function<java.util.List<TreeStep<A>>,TreeStep<A>> poll, java.util.function.Consumer<TreeIterator.PushStep<A>> push, java.util.function.Predicate<TreeStep<A>> allow)Конструктор