Class AbstractShortArray

java.lang.Object
net.algart.arrays.AbstractArray
net.algart.arrays.AbstractShortArray
All Implemented Interfaces:
Cloneable, Array, PArray, PFixedArray, PIntegerArray, PNumberArray, ShortArray
Direct Known Subclasses:
AbstractUpdatableShortArray

public abstract class AbstractShortArray extends AbstractArray implements ShortArray

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

Author:
Daniel Alievsky