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