Class ListExtensions
Inheritance
Assembly: DistributedLucene.Net.dll
Syntax
public static class ListExtensions : object
Methods
Name | Description |
---|---|
AddRange<T>(IList<T>, IEnumerable<T>) | |
IntroSort<T>(IList<T>) | Sorts the given |
IntroSort<T>(IList<T>, IComparer<T>) | Sorts the given |
Sort<T>(IList<T>) | If the underlying type is |
Sort<T>(IList<T>, Comparison<T>) | If the underlying type is |
Sort<T>(IList<T>, IComparer<T>) | If the underlying type is |
SubList<T>(IList<T>, Int32, Int32) | |
Swap<T>(IList<T>, Int32, Int32) | |
TimSort<T>(IList<T>) | Sorts the given |
TimSort<T>(IList<T>, IComparer<T>) | Sorts the given |