interface SortableBytesRefArray
Modifier and Type | Method and Description |
---|---|
int |
append(BytesRef bytes)
Append a new value
|
void |
clear()
Clear all previously stored values
|
BytesRefIterator |
iterator(java.util.Comparator<BytesRef> comp)
Sort all values by the provided comparator and return an iterator over the sorted values
|
int |
size()
Returns the number of values appended so far
|
int append(BytesRef bytes)
void clear()
int size()
BytesRefIterator iterator(java.util.Comparator<BytesRef> comp)