Class TwoTuple_u32ScriptZ


  • public class TwoTuple_u32ScriptZ
    extends Object
    A Tuple
    • Method Detail

      • get_a

        public int get_a()
      • get_b

        public byte[] get_b()
      • clone

        public TwoTuple_u32ScriptZ 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_u32ScriptZ of​(int a,
                                             byte[] b)
        Creates a new C2Tuple_u32ScriptZ from the contained elements.