public interface DoubleArray extends Array, Encodable
java.lang.Object clone()
throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedExceptiondouble get(int index)
void set(int index,
double value)
DoubleArray subarrayX(int from, int thru)
double[] toArray()