C# Class Summer.Batch.Extra.Sort.Legacy.Comparer.StringComparer

Implementation of AbstractBytesComparer that compares byte arrays by extracting a string value.
Inheritance: AbstractBytesComparer
Afficher le fichier Open project: SummerBatch/SummerBatch Class Usage Examples

Méthodes publiques

Méthode Description
StringComparer ( ) : System.Text

Default constructor.

Méthodes protégées

Méthode Description
DoCompare ( byte x, byte y ) : int

Method that does the actual comparison.

Method Details

DoCompare() protected méthode

Method that does the actual comparison.
protected DoCompare ( byte x, byte y ) : int
x byte The first object to compare.
y byte The second object to compare.
Résultat int

StringComparer() public méthode

Default constructor.
public StringComparer ( ) : System.Text
Résultat System.Text