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