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