Borrowed from Cglib. Allows custom swap so that two arrays can be sorted at the same time.

Namespace: Lucene.Net.Util
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public abstract class SorterTemplate
Visual Basic
Public MustInherit Class SorterTemplate
Visual C++
public ref class SorterTemplate abstract

Inheritance Hierarchy

System..::..Object
  Lucene.Net.Util..::..SorterTemplate

See Also