Package org.multiverse.stms.gamma
Class GammaStmUtils
java.lang.Object
org.multiverse.stms.gamma.GammaStmUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GammaTxnasGammaTxn(Txn tx) static longbooleanAsLong(boolean b) static longdoubleAsLong(double value) static GammaTxnstatic booleanlongAsBoolean(long value) static doublelongAsDouble(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)
-