Samond Classes Library 1.2.0-RELEASE build 166
List of all members
SCSorter Class Reference

Abstract implementation of the protocol SCSorter. More...

#import <SCSorter.h>

Inheritance diagram for SCSorter:
SCObject <SCSorter> <SCCoding> <SCDictionaring> <SCStreaming> <SCCollectioning> SCBubbleSorter SCFastSorter

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>

Detailed Description

Abstract implementation of the protocol SCSorter.

Since
version 1.1.3

Declares the abstract implementation of the protocol SCSorter methods.

Method Documentation

- (void) ascendingSortCollection: (id)  collection

Sorts ascending the objects within the specified collection.

Parameters
collection- collection with objects to sorting
Exceptions
SCCollectionException- collection error detected

Reimplemented from <SCSorter>.

- (void) ascendingSortText: (SCStrings *)  text

Sorts ascending the strings within the specified strings list.

Parameters
text- list with strings to sorting
Exceptions
SCTextException- text error detected

Reimplemented from <SCSorter>.

- (void) descendingSortCollection: (id)  collection

Sorts descending the objects within the specified collection.

Parameters
collection- collection with objects to sorting
Exceptions
SCCollectionException- collection error detected

Reimplemented from <SCSorter>.

- (void) descendingSortText: (SCStrings *)  text

Sorts descending the strings within the specified strings list.

Parameters
text- list with strings to sorting
Exceptions
SCTextException- text error detected

Reimplemented from <SCSorter>.


The documentation for this class was generated from the following files: