Class AbstractUpdatableShortArray

All Implemented Interfaces:
Cloneable, Array, ArrayExchanger, PArray, PFixedArray, PIntegerArray, PNumberArray, ShortArray, UpdatableArray, UpdatablePArray, UpdatablePFixedArray, UpdatablePIntegerArray, UpdatablePNumberArray, UpdatableShortArray

public abstract class AbstractUpdatableShortArray extends AbstractShortArray implements UpdatableShortArray

Implementation of almost all basic functions of UpdatableShortArray interface. The only ShortArray.getShort(long) and UpdatableShortArray.setShort(long, short) methods are not defined in this class; all other methods are implemented via calls of these 2 methods.

Author:
Daniel Alievsky