|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.systemsbiology.gaggle.experiment.gui.vectormath.FloatArrayDataProvider
public class FloatArrayDataProvider
Data provider for arrays of floats.
| Constructor Summary | |
|---|---|
FloatArrayDataProvider(float[] f)
|
|
| Method Summary | |
|---|---|
double |
getQuick(int index)
Unchecked access to the double value at the specified index. |
void |
setQuick(int index,
double value)
Sets the element at the specified index to the specified value without range-checking. |
int |
size()
Returns the number of elements |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FloatArrayDataProvider(float[] f)
| Method Detail |
|---|
public int size()
ReadOnlyVectorDataProvider
size in interface ReadOnlyVectorDataProvidersize in interface VectorDataProviderpublic double getQuick(int index)
ReadOnlyVectorDataProvider
getQuick in interface ReadOnlyVectorDataProvidergetQuick in interface VectorDataProvider
public void setQuick(int index,
double value)
VectorDataProvider
setQuick in interface VectorDataProvider
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||