Package gnu.lists

Class U64Vector

    • Constructor Detail

      • U64Vector

        public U64Vector()
      • U64Vector

        public U64Vector​(int size,
                         long value)
      • U64Vector

        public U64Vector​(int size)
      • U64Vector

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

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