public abstract static class TreeTraversal.It<T> extends JBIterator<T>
Modifier and Type | Field and Description |
---|---|
protected Function<? super T,? extends java.lang.Iterable<? extends T>> |
tree |
Modifier | Constructor and Description |
---|---|
protected |
It(Function<? super T,? extends java.lang.Iterable<? extends T>> tree) |
advance, current, currentChanged, cursor, filter, filterMap, from, getTransformations, hasNext, map, next, nextImpl, remove, skip, skip, skipWhile, stop, take, takeWhile, toList, toString