Class DhShortComparisons

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

public class DhShortComparisons extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

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

    Methods inherited from class java.lang.Object

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

    • DhShortComparisons

      public DhShortComparisons()
  • Method Details

    • compare

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

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

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

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

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

      public static boolean leq(short lhs, short rhs)