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