Class DhByteComparisons

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

public class DhByteComparisons extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

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

    Methods inherited from class java.lang.Object

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

    • DhByteComparisons

      public DhByteComparisons()
  • Method Details

    • compare

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

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

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

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

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

      public static boolean leq(byte lhs, byte rhs)