Class AbstractUpdatableLongArray

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

public abstract class AbstractUpdatableLongArray extends AbstractLongArray implements UpdatableLongArray

Implementation of almost all basic functions of UpdatableLongArray interface. The only LongArray.getLong(long) and UpdatableLongArray.setLong(long, long) methods are not defined in this class; all other methods are implemented via calls of these 2 methods.

Author:
Daniel Alievsky