public interface Generator<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
boolean |
isCyclic() |
T |
next() |
void |
reset() |
boolean isCyclic()
void reset()
boolean hasNext()
T next()
Copyright © 2015. All rights reserved.