public final class GammaStmUtils
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
private |
GammaStmUtils() |
Modifier and Type | Method and Description |
---|---|
static GammaTxn |
asGammaTxn(Txn tx) |
static long |
booleanAsLong(boolean b) |
static long |
doubleAsLong(double value) |
static GammaTxn |
getRequiredThreadLocalGammaTxn() |
static boolean |
longAsBoolean(long value) |
static double |
longAsDouble(long value) |
static java.lang.String |
toDebugString(GammaObject o) |
public static java.lang.String toDebugString(GammaObject o)
public static GammaTxn getRequiredThreadLocalGammaTxn()
public static boolean longAsBoolean(long value)
public static long booleanAsLong(boolean b)
public static double longAsDouble(long value)
public static long doubleAsLong(double value)