Interface SortableBytesRefArray

    • Method Detail

      • append

        int append​(BytesRef bytes)
        Append a new value
      • clear

        void clear()
        Clear all previously stored values
      • size

        int size()
        Returns the number of values appended so far
      • iterator

        BytesRefIterator iterator​(java.util.Comparator<BytesRef> comp)
        Sort all values by the provided comparator and return an iterator over the sorted values