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