Package com.semedy.reasoner.utils
Class LongByteComparator
java.lang.Object
com.semedy.reasoner.utils.LongByteComparator
- All Implemented Interfaces:
Comparator<byte[]>
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
LongByteComparator
public LongByteComparator()
-
-
Method Details
-
compare
public int compare(byte[] left, byte[] right) - Specified by:
compare
in interfaceComparator<byte[]>
-