Package gnu.lists

Class FlattenedArray<E>

All Implemented Interfaces:
BoundedHashable, Array<E>, AVector<E>, Consumable, Sequence<E>, Iterable<E>, Collection<E>, List<E>, SequencedCollection<E>

public class FlattenedArray<E> extends TransformedArray<E> implements AVector<E>
View an array as a vector, with the former's elements in row-major order.