Class ShortComparisons

java.lang.Object
io.deephaven.util.compare.ShortComparisons

public class ShortComparisons 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

    • ShortComparisons

      public ShortComparisons()
  • 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)