Class GammaStmUtils

java.lang.Object
org.multiverse.stms.gamma.GammaStmUtils

public final class GammaStmUtils extends Object
  • Constructor Details

    • GammaStmUtils

      private GammaStmUtils()
  • Method Details

    • toDebugString

      public static String toDebugString(GammaObject o)
    • getRequiredThreadLocalGammaTxn

      public static GammaTxn getRequiredThreadLocalGammaTxn()
    • asGammaTxn

      public static GammaTxn asGammaTxn(Txn tx)
    • 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)