Samond Classes Library 1.1.6-RELEASE build 132

SCSortingAlgorithm Class Reference

Abstract reimplementator of the SCSortingProtocol protocol. More...

#import <SCSortingAlgorithm.h>

Inheritance diagram for SCSortingAlgorithm:
SCObject <SCSortingProtocol> <SCDictionaryObjectProtocol> <SCCodingProtocol> <SCStreamProtocol> <SCCollectionProtocol> SCBubbleSortingAlgorithm SCFastSortingAlgorithm

List of all members.

Public Member Functions

Sorting Collections
(void) - ascendingSortCollection:
(void) - descendingSortCollection:

Detailed Description

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.


Member Function Documentation

- (void) ascendingSortCollection: (id)  collection

Sort ascending the specified collection.

Parameters:
collection- collection is to sort
Exceptions:
SCCollectionException- collection error detected

Reimplemented from <SCSortingProtocol>.

- (void) descendingSortCollection: (id)  collection

Sort descending the specified collection.

Parameters:
collection- collection is to sort
Exceptions:
SCCollectionException- collection error detected

Reimplemented from <SCSortingProtocol>.


The documentation for this class was generated from the following files:
 All Classes Files Functions Typedefs Enumerations Enumerator Defines