Interface RawComparator<T>

    • Method Detail

      • compare

        int compare​(byte[] b1,
                    int s1,
                    int l1,
                    byte[] b2,
                    int s2,
                    int l2)