Class VectorArray<T extends ACell>

java.lang.Object
Type Parameters:
T - Type of vector elements
All Implemented Interfaces:
IAssociative<CVMLong,T>, IValidated, IWriteable, Iterable<T>, Collection<T>, List<T>, SequencedCollection<T>

public class VectorArray<T extends ACell> extends ASpecialVector<T>
Non-canonical vector implementation designed to make operations on small temporary vectors more efficient. Directly wraps an array of cells, considered effectively immutable