Class CollectionUtil
Methods for manipulating (sorting) collections. Sort methods work directly on the supplied lists and don't copy to/from arrays before/after. For medium size collections as used in the Lucene indexer that is much more efficient.
@lucene.internal
Inheritance
Assembly: DistributedLucene.Net.dll
Syntax
public sealed class CollectionUtil : object
Methods
Name | Description |
---|---|
IntroSort<T>(IList<T>) | Sorts the given random access |
IntroSort<T>(IList<T>, IComparer<T>) | Sorts the given |
TimSort<T>(IList<T>) | Sorts the given |
TimSort<T>(IList<T>, IComparer<T>) | Sorts the given |