C# Class org.apache.lucene.analysis.miscellaneous.WordDelimiterFilter.OffsetSorter

Inheritance: InPlaceMergeSorter
Afficher le fichier Open project: paulirwin/lucene.net

Méthodes publiques

Méthode Description
OffsetSorter ( WordDelimiterFilter outerInstance ) : System

Méthodes protégées

Méthode Description
compare ( int i, int j ) : int
swap ( int i, int j ) : void

Method Details

OffsetSorter() public méthode

public OffsetSorter ( WordDelimiterFilter outerInstance ) : System
outerInstance WordDelimiterFilter
Résultat System

compare() protected méthode

protected compare ( int i, int j ) : int
i int
j int
Résultat int

swap() protected méthode

protected swap ( int i, int j ) : void
i int
j int
Résultat void