Uses of Class
org.apache.lucene.util.BytesRefArray.SortState
Packages that use BytesRefArray.SortState
-
Uses of BytesRefArray.SortState in org.apache.lucene.util
Methods in org.apache.lucene.util that return BytesRefArray.SortStateModifier and TypeMethodDescriptionBytesRefArray.sort
(Comparator<BytesRef> comp, boolean stable) Returns aBytesRefArray.SortState
representing the order of elements in this array.Methods in org.apache.lucene.util with parameters of type BytesRefArray.SortStateModifier and TypeMethodDescriptionBytesRefArray.iterator
(BytesRefArray.SortState sortState) Returns anBytesRefArray.IndexedBytesRefIterator
with point in time semantics.