Class AbstractCharArray

java.lang.Object
net.algart.arrays.AbstractArray
net.algart.arrays.AbstractCharArray
All Implemented Interfaces:
Cloneable, Array, CharArray, PArray, PFixedArray
Direct Known Subclasses:
AbstractUpdatableCharArray

public abstract class AbstractCharArray extends AbstractArray implements CharArray

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

Author:
Daniel Alievsky