Class DhLongComparisons

java.lang.Object
com.illumon.iris.db.util.DhLongComparisons

public class DhLongComparisons extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static int
    compare(long lhs, long rhs)
     
    static boolean
    eq(long lhs, long rhs)
     
    static boolean
    geq(long lhs, long rhs)
     
    static boolean
    gt(long lhs, long rhs)
     
    static boolean
    leq(long lhs, long rhs)
     
    static boolean
    lt(long lhs, long rhs)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DhLongComparisons

      public DhLongComparisons()
  • Method Details

    • compare

      public static int compare(long lhs, long rhs)
    • eq

      public static boolean eq(long lhs, long rhs)
    • gt

      public static boolean gt(long lhs, long rhs)
    • lt

      public static boolean lt(long lhs, long rhs)
    • geq

      public static boolean geq(long lhs, long rhs)
    • leq

      public static boolean leq(long lhs, long rhs)