Interface Bytes.Comparer<T>

All Known Implementing Classes:
Bytes.LexicographicalComparerHolder.PureJavaComparer, Bytes.LexicographicalComparerHolder.UnsafeComparer
Enclosing class:
Bytes

static interface Bytes.Comparer<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    compareTo(T buffer1, int offset1, int length1, T buffer2, int offset2, int length2)
     
  • Method Details

    • compareTo

      int compareTo(T buffer1, int offset1, int length1, T buffer2, int offset2, int length2)