Package gnu.lists

Interface GVector<E>

All Superinterfaces:
Array<E>, AVector<E>, BoundedHashable, Collection<E>, Consumable, Iterable<E>, List<E>, RandomAccess, Sequence<E>, SequencedCollection<E>
All Known Implementing Classes:
ArgListVector, BitVector, Blob, ByteVector, CharVector, F32Vector, F64Vector, FVector, IntVector, LongVector, PrimIntegerVector, Range, Range.IntRange, S16Vector, S32Vector, S64Vector, S8Vector, ShortVector, U16Vector, U32Vector, U64Vector, U8Vector

public interface GVector<E> extends AVector<E>, RandomAccess
A "generalized vector" - a randomly-acessible sequence.