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