Package gnu.lists

Interface AVector<E>

All Superinterfaces:
Array<E>, BoundedHashable, Collection<E>, Consumable, Iterable<E>, List<E>, Sequence<E>, SequencedCollection<E>
All Known Subinterfaces:
GVector<E>, IntSequence
All Known Implementing Classes:
AbstractCharVector, ArgListVector, BitVector, Blob, ByteVector, CharBuffer, CharVector, ComposedArray.AsSequence, F32Vector, F64Vector, FlattenedArray, FString, FVector, GeneralArray1, IntVector, IString, IString.SubString, LongVector, Nodes.NodeVector, PrimIntegerVector, Range, Range.IntRange, S16Vector, S32Vector, S64Vector, S8Vector, ShortVector, SimpleVector, U16Vector, U32Vector, U64Vector, U8Vector

public interface AVector<E> extends Array<E>, Sequence<E>