Package com.semedy.reasoner.utils
Class BytesComparator
java.lang.Object
com.semedy.reasoner.utils.BytesComparator
- All Implemented Interfaces:
Comparator<byte[]>
Compare byte sequences
- Author:
- angele
-
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
-
BytesComparator
public BytesComparator()
-
-
Method Details
-
compare
public int compare(byte[] key1, byte[] key2) - Specified by:
compare
in interfaceComparator<byte[]>
-