Class AbstractUpdatableByteArray

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

public abstract class AbstractUpdatableByteArray extends AbstractByteArray implements UpdatableByteArray

Implementation of almost all basic functions of UpdatableByteArray interface. The only ByteArray.getByte(long) and UpdatableByteArray.setByte(long, byte) methods are not defined in this class; all other methods are implemented via calls of these 2 methods.

Author:
Daniel Alievsky