public final class Sequence
extends java.lang.Object
Constructor and Description |
---|
Sequence() |
Modifier and Type | Method and Description |
---|---|
int |
getNext()
Returns the next value in the sequence.
|
void |
setCurrent(int value)
Sets the current value.
|