Class TwoTuple_u32TxOutZ


  • public class TwoTuple_u32TxOutZ
    extends Object
    A Tuple
    • Method Detail

      • get_a

        public int get_a()
      • get_b

        public TxOut get_b()
      • clone

        public TwoTuple_u32TxOutZ 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_u32TxOutZ of​(int a,
                                            TxOut b)
        Creates a new C2Tuple_u32TxOutZ from the contained elements.