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