Package com.illumon.iris.db.util
Class DhByteComparisons
java.lang.Object
com.illumon.iris.db.util.DhByteComparisons
public class DhByteComparisons extends Object
-
Constructor Summary
Constructors Constructor Description DhByteComparisons()
-
Method Summary
-
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)
-