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