SortableBytesRefArray

Functions

Link copied to clipboard
abstract fun append(bytes: BytesRef): Int

Append a new value

Link copied to clipboard
abstract fun clear()

Clear all previously stored values

Link copied to clipboard

Sort all values by the provided comparator and return an iterator over the sorted values

Link copied to clipboard
abstract fun size(): Int

Returns the number of values appended so far