Package org.multiverse.stms.gamma
Class GammaStmUtils
java.lang.Object
org.multiverse.stms.gamma.GammaStmUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GammaTxn
asGammaTxn
(Txn tx) static long
booleanAsLong
(boolean b) static long
doubleAsLong
(double value) static GammaTxn
static boolean
longAsBoolean
(long value) static double
longAsDouble
(long value) static String
-
Constructor Details
-
GammaStmUtils
private GammaStmUtils()
-
-
Method Details
-
toDebugString
-
getRequiredThreadLocalGammaTxn
-
asGammaTxn
-
longAsBoolean
public static boolean longAsBoolean(long value) -
booleanAsLong
public static long booleanAsLong(boolean b) -
longAsDouble
public static double longAsDouble(long value) -
doubleAsLong
public static long doubleAsLong(double value)
-