Package org.ldk.structs
Class MultiThreadedLockableScore
- java.lang.Object
-
- org.ldk.structs.MultiThreadedLockableScore
-
public class MultiThreadedLockableScore extends Object
A concrete implementation of [`LockableScore`] which supports multi-threading.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidfinalize()static MultiThreadedLockableScoreof(Score score)Creates a new [`MultiThreadedLockableScore`] given an underlying [`Score`].byte[]write()Serialize the MultiThreadedLockableScore object into a byte array which can be read by MultiThreadedLockableScore_read
-
-
-
Method Detail
-
finalize
protected void finalize() throws Throwable
-
write
public byte[] write()
Serialize the MultiThreadedLockableScore object into a byte array which can be read by MultiThreadedLockableScore_read
-
of
public static MultiThreadedLockableScore of(Score score)
Creates a new [`MultiThreadedLockableScore`] given an underlying [`Score`].
-
-