Class AbstractLongArray

java.lang.Object
net.algart.arrays.AbstractArray
net.algart.arrays.AbstractLongArray
All Implemented Interfaces:
Cloneable, Array, LongArray, PArray, PFixedArray, PIntegerArray, PNumberArray
Direct Known Subclasses:
AbstractUpdatableLongArray

public abstract class AbstractLongArray extends AbstractArray implements LongArray

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

Author:
Daniel Alievsky