Class StableStringSorter

    • Constructor Detail

      • StableStringSorter

        StableStringSorter​(java.util.Comparator<BytesRef> cmp)
    • Method Detail

      • save

        protected abstract void save​(int i,
                                     int j)
        Save the i-th value into the j-th position in temporary storage.
      • restore

        protected abstract void restore​(int i,
                                        int j)
        Restore values between i-th and j-th(excluding) in temporary storage into original storage.