Constructor and Description |
---|
IntSequenceIDSource()
Creates a sequence that starts at zero.
|
IntSequenceIDSource(int firstValue) |
Modifier and Type | Method and Description |
---|---|
Integer |
nextID()
Implementing classes are responsible for synchronization if concurrent invocations
of this method are required.
|