org.systemsbiology.gaggle.experiment.gui.vectormath
Interface ReadOnlyVectorDataProvider

All Known Subinterfaces:
VectorDataProvider
All Known Implementing Classes:
DoubleArrayDataProvider, FloatArrayDataProvider, MathVector, ReadOnlyMathVector, ReadOnlyVectorDataAdapter, VectorDataAdapter

public interface ReadOnlyVectorDataProvider

Interface to sources of read-only vector data.


Method Summary
 double getQuick(int index)
          Unchecked access to the double value at the specified index.
 int size()
          Returns the number of elements
 

Method Detail

size

int size()
Returns the number of elements


getQuick

double getQuick(int index)
Unchecked access to the double value at the specified index.