|
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 | |
Instance Methods inherited from SCObject | |
| (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: |
Instance Methods inherited from <SCCoding> | |
Instance Methods inherited from <SCDictionaring> | |
Instance Methods inherited from <SCCollectioning> | |
Instance Methods inherited from <SCSorter> | |
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>.
1.8.9.1