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