Class AbstractObjectArray<E>

java.lang.Object
net.algart.arrays.AbstractArray
net.algart.arrays.AbstractObjectArray<E>
All Implemented Interfaces:
Cloneable, Array, ObjectArray<E>
Direct Known Subclasses:
AbstractUpdatableObjectArray

public abstract class AbstractObjectArray<E> extends AbstractArray implements ObjectArray<E>

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

Author:
Daniel Alievsky