TEnumerableSorter<T> Class

Represents type TEnumerableSorter<T>.

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

Type Parameters

T

The TEnumerableSorter<T> type exposes the following members.

Show:
 NameDescription
CompareKeys(Integer,Integer)

Represents method CompareKeys(Integer,Integer).

ComputeKeys(TArray,Integer)

Represents method ComputeKeys(TArray,Integer).

Sort(TArray,Integer)

Represents method Sort(TArray,Integer).

Top