public class IteratorGenerator<T> extends ReadOnlyIterator<T>
seed, f(seed), f(f(seed)), ....| Constructor and Description |
|---|
IteratorGenerator(T seed,
Delegate<Maybe<T>,T> generator) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
next() |
removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingCopyright © 2016. All rights reserved.