public static interface Domain.Generator
| Modifier and Type | Method and Description |
|---|---|
Object |
get()
Get the current value of this generator
|
boolean |
hasNext()
Determine whether there is another element in this domain.
|
void |
next()
Move this generator to its next value
|
void |
reset()
Reset this generator back to the beginning
|
boolean hasNext()
Object get()
void next()
void reset()
Copyright © 2017. All rights reserved.