Package gnu.lists

Class LongVector<E>

All Implemented Interfaces:
BoundedHashable, Array<E>, AVector<E>, Consumable, GVector<E>, Sequence<E>, Externalizable, Serializable, Comparable, Iterable<E>, Collection<E>, List<E>, RandomAccess, SequencedCollection<E>
Direct Known Subclasses:
S64Vector, U64Vector

public abstract class LongVector<E> extends PrimIntegerVector<E>
Simple adjustable-length vector of signed or unsigned 64-bit integers (longs).
See Also:
  • Field Details

    • empty

      protected static long[] empty
  • Constructor Details

    • LongVector

      public LongVector()
  • Method Details