Class AbstractFloatArray

java.lang.Object
net.algart.arrays.AbstractArray
net.algart.arrays.AbstractFloatArray
All Implemented Interfaces:
Cloneable, Array, FloatArray, PArray, PFloatingArray, PNumberArray
Direct Known Subclasses:
AbstractUpdatableFloatArray

public abstract class AbstractFloatArray extends AbstractArray implements FloatArray

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

Author:
Daniel Alievsky