Class AbstractUpdatableFloatArray

All Implemented Interfaces:
Cloneable, Array, ArrayExchanger, FloatArray, PArray, PFloatingArray, PNumberArray, UpdatableArray, UpdatableFloatArray, UpdatablePArray, UpdatablePFloatingArray, UpdatablePNumberArray

public abstract class AbstractUpdatableFloatArray extends AbstractFloatArray implements UpdatableFloatArray

Implementation of almost all basic functions of UpdatableFloatArray interface. The only FloatArray.getFloat(long) and UpdatableFloatArray.setFloat(long, float) methods are not defined in this class; all other methods are implemented via calls of these 2 methods.

Author:
Daniel Alievsky