Package org.ldk.structs
Class ThreeTuple_OutPointCVec_MonitorEventZPublicKeyZ
- java.lang.Object
-
- org.ldk.structs.ThreeTuple_OutPointCVec_MonitorEventZPublicKeyZ
-
public class ThreeTuple_OutPointCVec_MonitorEventZPublicKeyZ extends Object
A Tuple
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ThreeTuple_OutPointCVec_MonitorEventZPublicKeyZ
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()
OutPoint
get_a()
MonitorEvent[]
get_b()
byte[]
get_c()
static ThreeTuple_OutPointCVec_MonitorEventZPublicKeyZ
of(OutPoint a, MonitorEvent[] b, byte[] c)
Creates a new C3Tuple_OutPointCVec_MonitorEventZPublicKeyZ from the contained elements.
-
-
-
Method Detail
-
finalize
protected void finalize() throws Throwable
-
get_a
public OutPoint get_a()
-
get_b
public MonitorEvent[] get_b()
-
get_c
public byte[] get_c()
-
clone
public ThreeTuple_OutPointCVec_MonitorEventZPublicKeyZ 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 ThreeTuple_OutPointCVec_MonitorEventZPublicKeyZ of(OutPoint a, MonitorEvent[] b, byte[] c)
Creates a new C3Tuple_OutPointCVec_MonitorEventZPublicKeyZ from the contained elements.
-
-