|
Samond Classes Library 1.1.6-RELEASE build 132
|
Abstract reimplementator of the SCSortingProtocol protocol. More...
#import <SCSortingAlgorithm.h>
Public Member Functions | |
Sorting Collections | |
| (void) | - ascendingSortCollection: |
| (void) | - descendingSortCollection: |
Abstract reimplementator of the SCSortingProtocol protocol.
Class is a parent class of the specified sorting classes and reimplements the common (non algorithm specified) methods of information sorting support.
Class 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 from <SCSortingProtocol>.
| - (void) descendingSortCollection: | (id) | collection |
Sort descending the specified collection.
| collection | - collection is to sort |
| SCCollectionException | - collection error detected |
Reimplemented from <SCSortingProtocol>.
1.7.3