Samond Classes Library 1.2.0-RELEASE build 166
|
Abstract implementation of the protocol SCSorter. More...
#import <SCSorter.h>
Sorting Objects | |
(void) | - ascendingSortCollection: |
(void) | - descendingSortCollection: |
Sorting Strings | |
(void) | - ascendingSortText: |
(void) | - descendingSortText: |
Additional Inherited Members | |
![]() | |
(id) | - initWithCoder: |
(id) | - initWithContentsOfSerializedFile: |
(void) | - encodeWithCoder: |
(BOOL) | - writeContentsToSerializedFile: |
(NSString *) | - className |
(id) | - initWithDataDictionary: |
(id) | - initWithDataDictionaryFromFile: |
(void) | - writeToDataDictionary: |
(void) | - writeToDataDictionaryFile:atomically: |
(void) | - writeToDataDictionaryFile: |
(NSDictionary *) | - dataDictionary |
(id) | - initWithStream: |
(id) | - initWithFileStream: |
(void) | - writeToStream: |
(void) | - writeToFileStream: |
(void) | - appendToFileStream: |
(id< SCCollectioning >) | - copyObject |
(SCComparisonResult) | - compareWithObject: |
(BOOL) | - isEqual: |
![]() | |
![]() | |
![]() | |
![]() |
Abstract implementation of the protocol SCSorter.
Declares the abstract implementation of the protocol SCSorter methods.
- (void) ascendingSortCollection: | (id) | 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) | 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>.