TEnumerableSorter<TElement,TKey> Class

Represents type TEnumerableSorter<TElement,TKey>.

Namespace: Spring.Collections.Extensions
TInterfacedObject
  Spring.Collections.Extensions.TEnumerableSorter<T>
    Spring.Collections.Extensions.TEnumerableSorter<TElement,TKey>
type
 TEnumerableSorter<TElement, TKey> = class(TEnumerableSorter<TElement>)
 end;

Type Parameters

TElement
TKey

The TEnumerableSorter<TElement,TKey> type exposes the following members.

Show:
 NameDescription
Create(TFunc,IComparer,Boolean,IEnumerableSorter<TElement>)

Initializes a new instance of the TEnumerableSorter<TElement,TKey> class.

Top
Show:
 NameDescription
CompareKeys(Integer,Integer)

Represents method CompareKeys(Integer,Integer). (Overrides TEnumerableSorter<T>.CompareKeys(Integer,Integer).)

ComputeKeys(TArray,Integer)

Represents method ComputeKeys(TArray,Integer). (Overrides TEnumerableSorter<T>.ComputeKeys(TArray,Integer).)

Sort(TArray,Integer)

Represents method Sort(TArray,Integer). (Inherited from TEnumerableSorter<T>.)

Top
Show:
 NameDescription
fComparer

Represents field fComparer.

fDescending

Represents field fDescending.

fKeys

Represents field fKeys.

fKeySelector

Represents field fKeySelector.

fNext

Represents field fNext.

Top