Class AbstractUpdatableBitArray

All Implemented Interfaces:
Cloneable, Array, ArrayExchanger, BitArray, PArray, PFixedArray, UpdatableArray, UpdatableBitArray, UpdatablePArray, UpdatablePFixedArray

public abstract class AbstractUpdatableBitArray extends AbstractBitArray implements UpdatableBitArray

Implementation of almost all basic functions of UpdatableBitArray interface. The only BitArray.getBit(long) and UpdatableBitArray.setBit(long, boolean) methods are not defined in this class; all other methods are implemented via calls of these 2 methods.

Author:
Daniel Alievsky