Package gnu.lists

Class IntVector<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:
S32Vector, U32Vector

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

    • empty

      protected static int[] empty
  • Constructor Details

    • IntVector

      public IntVector()
  • Method Details