Cluster lib/sorting

 

Provides collection sorters.

  ->See description

ABSTRACT_SORTER

Some algorithms to sort any COLLECTION, using a given order relation in deferred methods lt, gt, lte and gte.


 
COLLECTION_SORTER

Some algorithms to sort any COLLECTION[COMPARABLE].


 
COMPARATOR_COLLECTION_SORTER

Some algorithms to sort any COLLECTION using an external comparator.


 
REVERSE_COLLECTION_SORTER

Some algorithms to sort any COLLECTION[COMPARABLE].


 

->

Description

Provides collection sorters.