Module xyz.cofe.ecolls
Package xyz.cofe.collection
Class ImTreeWalk.Walk<A extends ImTree<? extends A>>
- java.lang.Object
-
- xyz.cofe.collection.ImTreeWalk.Walk<A>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Eterable<A>go()Итератор по узлам дереваIterator<A>iterator()Eterable<TreeStep<A>>tree()Итератор по узлам дерева-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface xyz.cofe.iter.Eterable
count, filter, first, limit, map, notNull, product, product, product, product, product, reduce, toList, union, union
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-