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