Uses of Class
xyz.cofe.iter.TreeIterator.PushStep
-
Packages that use 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 Consumer<TreeIterator.PushStep<A>>TreeIterator. pushprotected 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> Consumer<TreeIterator.PushStep<A>>TreeIterator. pushFirst()Создает функцию для добвления узлов в начало очереди обработкиstatic <A> Consumer<TreeIterator.PushStep<A>>TreeIterator. pushLast()Создает функцию для добвления узлов в конец очереди обработкиstatic <A> 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, Function<A,Iterable<? extends A>> follow, Function<List<TreeStep<A>>,TreeStep<A>> poll, Consumer<TreeIterator.PushStep<A>> push)Конструкторstatic <A> Eterable<TreeStep<A>>TreeIterator. of(Iterable<? extends A> init, Function<A,Iterable<? extends A>> follow, Function<List<TreeStep<A>>,TreeStep<A>> poll, Consumer<TreeIterator.PushStep<A>> push)КонструкторTreeIterBuilder<A>TreeIterBuilder. push(Consumer<TreeIterator.PushStep<A>> push)Указывает функцию помещения очередного узла в рабочий наборTreeIterBuilder<A>TreeIterBuilderDefault. push(Consumer<TreeIterator.PushStep<A>> push)
-