Package 

Class SignatureComparator

    • Method Summary

      Modifier and Type Method Description
      static int compare(Array<byte> data1, Array<byte> data2)
      static int compare(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)
      int compare(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