Package org.ldk.structs
Class Option_C2Tuple_u64u64ZZ
- java.lang.Object
-
- org.ldk.structs.Option_C2Tuple_u64u64ZZ
-
- Direct Known Subclasses:
Option_C2Tuple_u64u64ZZ.None
,Option_C2Tuple_u64u64ZZ.Some
public class Option_C2Tuple_u64u64ZZ extends Object
An enum which can either contain a crate::c_types::derived::C2Tuple_u64u64Z or not
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Option_C2Tuple_u64u64ZZ.None
When we're in this state, this COption_C2Tuple_u64u64ZZ contains nothingstatic class
Option_C2Tuple_u64u64ZZ.Some
When we're in this state, this COption_C2Tuple_u64u64ZZ contains a crate::c_types::derived::C2Tuple_u64u64Z
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Option_C2Tuple_u64u64ZZ
clone()
Creates a new COption_C2Tuple_u64u64ZZ which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.protected void
finalize()
static Option_C2Tuple_u64u64ZZ
none()
Constructs a new COption_C2Tuple_u64u64ZZ containing nothingstatic Option_C2Tuple_u64u64ZZ
some(TwoTuple_u64u64Z o)
Constructs a new COption_C2Tuple_u64u64ZZ containing a crate::c_types::derived::C2Tuple_u64u64Z
-
-
-
Method Detail
-
finalize
protected void finalize() throws Throwable
-
some
public static Option_C2Tuple_u64u64ZZ some(TwoTuple_u64u64Z o)
Constructs a new COption_C2Tuple_u64u64ZZ containing a crate::c_types::derived::C2Tuple_u64u64Z
-
none
public static Option_C2Tuple_u64u64ZZ none()
Constructs a new COption_C2Tuple_u64u64ZZ containing nothing
-
clone
public Option_C2Tuple_u64u64ZZ clone()
Creates a new COption_C2Tuple_u64u64ZZ which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.
-
-