Class TwoTuple_u32CVec_u8ZZ


  • public class TwoTuple_u32CVec_u8ZZ
    extends Object
    A Tuple
    • Method Detail

      • get_a

        public int get_a()
      • get_b

        public byte[] get_b()
      • clone

        public TwoTuple_u32CVec_u8ZZ clone()
        Creates a new tuple which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.
        Overrides:
        clone in class Object
      • of

        public static TwoTuple_u32CVec_u8ZZ of​(int a,
                                               byte[] b)
        Creates a new C2Tuple_u32CVec_u8ZZ from the contained elements.