Method Summary |
|
public void | allocate(int amount) Method to allocate an amount of values. |
public Object | current() Accessor for the current value object. |
public long | currentValue() Accessor for the current value. |
public String | getName() Accessor for the name of the sequence. |
public Object | next() Accessor for the next value object. |
public long | nextValue() Accessor for the next value. |