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