Package org.ldk.structs
Class MultiThreadedScoreLockRead
- java.lang.Object
-
- org.ldk.structs.MultiThreadedScoreLockRead
-
public class MultiThreadedScoreLockRead extends Object
A locked `MultiThreadedLockableScore`.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScoreLookUpas_ScoreLookUp()Constructs a new ScoreLookUp which calls the relevant methods on this_arg.protected voidfinalize()
-
-
-
Method Detail
-
finalize
protected void finalize() throws Throwable
-
as_ScoreLookUp
public ScoreLookUp as_ScoreLookUp()
Constructs a new ScoreLookUp which calls the relevant methods on this_arg. This copies the `inner` pointer in this_arg and thus the returned ScoreLookUp must be freed before this_arg is
-
-