Package org.ldk.structs
Class Result_InitDecodeErrorZ
- java.lang.Object
-
- org.ldk.structs.Result_InitDecodeErrorZ
-
- Direct Known Subclasses:
Result_InitDecodeErrorZ.Result_InitDecodeErrorZ_Err,Result_InitDecodeErrorZ.Result_InitDecodeErrorZ_OK
public class Result_InitDecodeErrorZ extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classResult_InitDecodeErrorZ.Result_InitDecodeErrorZ_Errstatic classResult_InitDecodeErrorZ.Result_InitDecodeErrorZ_OK
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Result_InitDecodeErrorZclone()Creates a new CResult_InitDecodeErrorZ which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.static Result_InitDecodeErrorZerr(DecodeError e)Creates a new CResult_InitDecodeErrorZ in the error state.protected voidfinalize()static Result_InitDecodeErrorZok(Init o)Creates a new CResult_InitDecodeErrorZ in the success state.
-
-
-
Method Detail
-
finalize
protected void finalize() throws Throwable
-
ok
public static Result_InitDecodeErrorZ ok(Init o)
Creates a new CResult_InitDecodeErrorZ in the success state.
-
err
public static Result_InitDecodeErrorZ err(DecodeError e)
Creates a new CResult_InitDecodeErrorZ in the error state.
-
clone
public Result_InitDecodeErrorZ clone()
Creates a new CResult_InitDecodeErrorZ which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.
-
-