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