|
Samond Classes Library 1.1.6-RELEASE build 132
|
Information sorting algorithm protocol. More...
#import <SCSortingProtocol.h>
Public Member Functions | |
| (void) | - ascendingSortCollection: |
| (void) | - descendingSortCollection: |
Information sorting algorithm protocol.
Protocol declares methods for sorting information.
Protocol was introduced in version 1.1.3.
| - (void) ascendingSortCollection: | (id) | collection |
Sort ascending the specified collection.
| collection | - collection is to sort |
| SCCollectionException | - collection error detected |
Reimplemented in SCSortingAlgorithm.
| - (void) descendingSortCollection: | (id) | collection |
Sort descending the specified collection.
| collection | - collection is to sort |
| SCCollectionException | - collection error detected |
Reimplemented in SCSortingAlgorithm.
1.7.3