protected class DynamicTimeSeriesCollection.ValueSequence extends java.lang.Object
| Constructor and Description |
|---|
ValueSequence()
Default constructor:
|
ValueSequence(int length)
Creates a sequence with the specified length.
|
| Modifier and Type | Method and Description |
|---|---|
void |
enterData(int index,
float value)
Enters data into the storage array.
|
float |
getData(int index)
Returns a value from the storage array.
|
public ValueSequence()
public ValueSequence(int length)
length - the length.