Package org.ldk.structs
Class TwoTuple_ProbabilisticScoringParametersNetworkGraphZ
- java.lang.Object
-
- org.ldk.structs.TwoTuple_ProbabilisticScoringParametersNetworkGraphZ
-
public class TwoTuple_ProbabilisticScoringParametersNetworkGraphZ extends Object
A Tuple
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description TwoTuple_ProbabilisticScoringParametersNetworkGraphZclone()Creates a new tuple which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.protected voidfinalize()ProbabilisticScoringParametersget_a()NetworkGraphget_b()static TwoTuple_ProbabilisticScoringParametersNetworkGraphZof(ProbabilisticScoringParameters a, NetworkGraph b)Creates a new C2Tuple_ProbabilisticScoringParametersNetworkGraphZ from the contained elements.
-
-
-
Method Detail
-
finalize
protected void finalize() throws Throwable
-
get_a
public ProbabilisticScoringParameters get_a()
-
get_b
public NetworkGraph get_b()
-
clone
public TwoTuple_ProbabilisticScoringParametersNetworkGraphZ clone()
Creates a new tuple which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.
-
of
public static TwoTuple_ProbabilisticScoringParametersNetworkGraphZ of(ProbabilisticScoringParameters a, NetworkGraph b)
Creates a new C2Tuple_ProbabilisticScoringParametersNetworkGraphZ from the contained elements.
-
-