public class RecursiveIterator<T> extends java.lang.Object implements InfiniteIterator<T>
Constructor and Description |
---|
RecursiveIterator(T seed,
java.util.function.UnaryOperator<T> op) |
Modifier and Type | Method and Description |
---|---|
T |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
hasNext