public interface OrderEnumerator
Modifier and Type | Interface | Description |
---|---|---|
static interface |
OrderEnumerator.OEFactory |
|
static class |
OrderEnumerator.Utils |
Modifier and Type | Method | 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!
|
http://code.google.com/p/jebl2/