public interface NucleusSequence
Modifier and Type | Method and Description |
---|---|
void |
allocate(int amount)
Method to allocate an amount of values.
|
Object |
current()
Accessor for the current value object.
|
long |
currentValue()
Accessor for the current value.
|
String |
getName()
Accessor for the name of the sequence.
|
Object |
next()
Accessor for the next value object.
|
long |
nextValue()
Accessor for the next value.
|
void allocate(int amount)
amount
- The amountObject current()
long currentValue()
String getName()
Object next()
long nextValue()
Copyright © 2019. All rights reserved.