Class AbstractUpdatableIntArray

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

public abstract class AbstractUpdatableIntArray extends AbstractIntArray implements UpdatableIntArray

Implementation of almost all basic functions of UpdatableIntArray interface. The only IntArray.getInt(long) and UpdatableIntArray.setInt(long, int) methods are not defined in this class; all other methods are implemented via calls of these 2 methods.

Author:
Daniel Alievsky