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