Class TwoTuple_usizeTransactionZ


  • public class TwoTuple_usizeTransactionZ
    extends Object
    A Tuple
    • Method Detail

      • get_a

        public long get_a()
      • get_b

        public byte[] get_b()
      • clone

        public TwoTuple_usizeTransactionZ 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_usizeTransactionZ of​(long a,
                                                    byte[] b)
        Creates a new C2Tuple_usizeTransactionZ from the contained elements.