public interface OrderEnumerator
Modifier and Type | Interface and Description |
---|---|
static interface |
OrderEnumerator.OEFactory |
static class |
OrderEnumerator.Utils |
Modifier and Type | Method and Description |
---|---|
int |
getNext()
The next value in the enumeration
|
boolean |
hasMore()
If hasMore returns false reset should be called
|
void |
reset()
Reset back to starting state, may have a differnet number of values, and a different ordering after a reset!
|