Class AbstractUpdatableObjectArray<E>

java.lang.Object
net.algart.arrays.AbstractArray
net.algart.arrays.AbstractObjectArray<E>
net.algart.arrays.AbstractUpdatableObjectArray<E>
All Implemented Interfaces:
Cloneable, Array, ArrayExchanger, ObjectArray<E>, UpdatableArray, UpdatableObjectArray<E>

public abstract class AbstractUpdatableObjectArray<E> extends AbstractObjectArray<E> implements UpdatableObjectArray<E>

Implementation of almost all basic functions of UpdatableObjectArray interface. The only ObjectArray.get(long) and UpdatableObjectArray.set(long, Object) methods are not defined in this class; all other methods are implemented via calls of these 2 methods.

Author:
Daniel Alievsky