Class AbstractUpdatableCharArray

All Implemented Interfaces:
Cloneable, Array, ArrayExchanger, CharArray, PArray, PFixedArray, UpdatableArray, UpdatableCharArray, UpdatablePArray, UpdatablePFixedArray

public abstract class AbstractUpdatableCharArray extends AbstractCharArray implements UpdatableCharArray

Implementation of almost all basic functions of UpdatableCharArray interface. The only CharArray.getChar(long) and UpdatableCharArray.setChar(long, char) methods are not defined in this class; all other methods are implemented via calls of these 2 methods.

Author:
Daniel Alievsky