Package gnu.lists

Class U32Vector

    • Constructor Detail

      • U32Vector

        public U32Vector()
      • U32Vector

        public U32Vector​(int size,
                         int value)
      • U32Vector

        public U32Vector​(int size)
      • U32Vector

        public U32Vector​(int[] data)
        Reuses the argument without making a copy.
      • U32Vector

        public U32Vector​(int[] values,
                         int offset,
                         int length)
        Makes a copy of (part of) the argument array.