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