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.Index.Memory.TermComparer< T > Class Template Reference

Inherits Lucene.Net.Index.Memory.TermComparer, and IComparer< KeyValuePair< string, T >>.

Public Member Functions

int Compare (KeyValuePair< string, T > x, KeyValuePair< string, T > y)
 

Additional Inherited Members

- Static Public Member Functions inherited from Lucene.Net.Index.Memory.TermComparer
static int KeyComparer< TKey, TValue > (KeyValuePair< TKey, TValue > x, KeyValuePair< TKey, TValue > y)
 Sorts term entries into ascending order; also works for Arrays.binarySearch() and Arrays.sort()
 

Detailed Description

Definition at line 45 of file TermComparer.cs.

Member Function Documentation

int Lucene.Net.Index.Memory.TermComparer< T >.Compare ( KeyValuePair< string, T >  x,
KeyValuePair< string, T >  y 
)

Definition at line 47 of file TermComparer.cs.


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