Class AbstractDoubleArray

java.lang.Object
net.algart.arrays.AbstractArray
net.algart.arrays.AbstractDoubleArray
All Implemented Interfaces:
Cloneable, Array, DoubleArray, PArray, PFloatingArray, PNumberArray
Direct Known Subclasses:
AbstractUpdatableDoubleArray

public abstract class AbstractDoubleArray extends AbstractArray implements DoubleArray

Implementation of almost all basic functions of DoubleArray interface. The only DoubleArray.getDouble(long) method is not defined in this class; all other methods are implemented via calls of DoubleArray.getDouble(long).

Author:
Daniel Alievsky