Lucene.Net  3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties
Public Member Functions | List of all members
Lucene.Net.Util.SorterTemplate Class Referenceabstract

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

Public Member Functions

virtual void QuickSort (int lo, int hi)
 

Detailed Description

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

Definition at line 26 of file SorterTemplate.cs.

Member Function Documentation

virtual void Lucene.Net.Util.SorterTemplate.QuickSort ( int  lo,
int  hi 
)
virtual

Definition at line 34 of file SorterTemplate.cs.


The documentation for this class was generated from the following file: