public final class ConstantGenerator<E> extends AbstractBaseIterator<E>
Iterator which iterates the same constant value over and over again.| Constructor and Description |
|---|
ConstantGenerator(E value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
E |
next() |
equals, hashCode, remove