Package org.ldk.structs
Class TwoTuple_u32TxOutZ
- java.lang.Object
-
- org.ldk.structs.TwoTuple_u32TxOutZ
-
public class TwoTuple_u32TxOutZ extends Object
A Tuple
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description TwoTuple_u32TxOutZclone()Creates a new tuple which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.protected voidfinalize()intget_a()TxOutget_b()static TwoTuple_u32TxOutZof(int a, TxOut b)Creates a new C2Tuple_u32TxOutZ from the contained elements.
-
-
-
Method Detail
-
finalize
protected void finalize() throws Throwable
-
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.
-
of
public static TwoTuple_u32TxOutZ of(int a, TxOut b)
Creates a new C2Tuple_u32TxOutZ from the contained elements.
-
-