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