Package gnu.lists

Class U8Vector

    • Constructor Detail

      • U8Vector

        public U8Vector()
      • U8Vector

        public U8Vector​(int size,
                        byte value)
      • U8Vector

        public U8Vector​(int size)
      • U8Vector

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

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