Samond Classes Library 1.2.6-STABLE build 219
|
Abstract implementation of the protocol SCSorter. More...
#import <SCSorter.h>
Sorting Objects | |
(void) | - ascendingSortCollection: |
(void) | - descendingSortCollection: |
Sorting Strings | |
(void) | - ascendingSortText: |
(void) | - descendingSortText: |
Abstract implementation of the protocol SCSorter.
Declares the abstract implementation of the protocol SCSorter methods.
- (void) ascendingSortCollection: | (id<SCMutableIndexedCollection>) | collection |
Sorts ascending the objects within the specified collection.
collection | - collection with objects to sorting |
SCCollectionException | - collection error detected |
Reimplemented from <SCSorter>.
- (void) ascendingSortText: | (SCStrings *) | text |
Sorts ascending the strings within the specified strings list.
text | - list with strings to sorting |
SCTextException | - text error detected |
Reimplemented from <SCSorter>.
- (void) descendingSortCollection: | (id<SCMutableIndexedCollection>) | collection |
Sorts descending the objects within the specified collection.
collection | - collection with objects to sorting |
SCCollectionException | - collection error detected |
Reimplemented from <SCSorter>.
- (void) descendingSortText: | (SCStrings *) | text |
Sorts descending the strings within the specified strings list.
text | - list with strings to sorting |
SCTextException | - text error detected |
Reimplemented from <SCSorter>.