Summer.Batch.Extra.Sort.Comparer Namespace Reference

Classes

class  ComparerChain
 Implementation of IComparer<T> that chains a list of IComparer<T>s. The result of the comparison is the result of the first sub-comparers that has a result different than zero, or zero if all comparers return zero. More...