-
- All Implemented Interfaces:
-
java.util.Comparator
public class SignatureComparator implements Comparator
-
-
Method Summary
Modifier and Type Method Description static intcompare(Array<byte> data1, Array<byte> data2)static intcompare(ByteBuffer buf1, ByteBuffer buf2)static int_compare(Object o1, Object o2)static int_compare(Array<byte> data1, int s1, int l1, Array<byte> data2, int s2, int l2)intcompare(Object o1, Object o2)-
Methods inherited from class java.util.Comparator
compare, comparing, comparingDouble, comparingInt, comparingLong, naturalOrder, nullsFirst, nullsLast, reverseOrder, reversed, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
compare
static int compare(ByteBuffer buf1, ByteBuffer buf2)
-
-
-
-