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