public class Sequence
extends java.lang.Object
| Constructor and Description |
|---|
Sequence()
Creates a new sequence
|
Sequence(long startValue)
Creates a new sequence
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
nextLong()
Returns the next value in the sequence as a Long.
|