Class AbstractUpdatableDoubleArray

All Implemented Interfaces:
Cloneable, Array, ArrayExchanger, DoubleArray, PArray, PFloatingArray, PNumberArray, UpdatableArray, UpdatableDoubleArray, UpdatablePArray, UpdatablePFloatingArray, UpdatablePNumberArray

public abstract class AbstractUpdatableDoubleArray extends AbstractDoubleArray implements UpdatableDoubleArray

Implementation of almost all basic functions of UpdatableDoubleArray interface. The only DoubleArray.getDouble(long) and UpdatableDoubleArray.setDouble(long, double) methods are not defined in this class; all other methods are implemented via calls of these 2 methods.

Author:
Daniel Alievsky