Interface BytesSchemaVersion.ByteArrayComparator

  • All Superinterfaces:
    java.util.Comparator<byte[]>, java.io.Serializable
    Enclosing class:
    BytesSchemaVersion

    public static interface BytesSchemaVersion.ByteArrayComparator
    extends java.util.Comparator<byte[]>, java.io.Serializable
    This interface helps to compare byte arrays.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int compare​(byte[] buffer1, int offset1, int length1, byte[] buffer2, int offset2, int length2)  
      • Methods inherited from interface java.util.Comparator

        compare, equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
    • Method Detail

      • compare

        int compare​(byte[] buffer1,
                    int offset1,
                    int length1,
                    byte[] buffer2,
                    int offset2,
                    int length2)