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