Class AbstractBitArray

java.lang.Object
net.algart.arrays.AbstractArray
net.algart.arrays.AbstractBitArray
All Implemented Interfaces:
Cloneable, Array, BitArray, PArray, PFixedArray
Direct Known Subclasses:
AbstractUpdatableBitArray

public abstract class AbstractBitArray extends AbstractArray implements BitArray

Implementation of almost all basic functions of BitArray interface. The only BitArray.getBit(long) method is not defined in this class; all other methods are implemented via calls of BitArray.getBit(long).

Author:
Daniel Alievsky