|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NucleusSequence
Sequence of values.
| Method Summary | |
|---|---|
void |
allocate(int amount)
Method to allocate an amount of values. |
java.lang.Object |
current()
Accessor for the current value object. |
long |
currentValue()
Accessor for the current value. |
java.lang.String |
getName()
Accessor for the name of the sequence. |
java.lang.Object |
next()
Accessor for the next value object. |
long |
nextValue()
Accessor for the next value. |
| Method Detail |
|---|
void allocate(int amount)
amount - The amountjava.lang.Object current()
long currentValue()
java.lang.String getName()
java.lang.Object next()
long nextValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||