|
Samond Classes Library 1.2.1-RELEASE build 181
|
Bubble data sorter class. More...
#import <SCBubbleSorter.h>
Creating Sorter | |
| (instancetype) | + sorter |
Additional Inherited Members | |
Instance Methods inherited from SCSorter | |
Instance Methods inherited from SCObject | |
| (instancetype) | - initWithCoder: |
| (instancetype) | - initWithContentsOfSerializedFile: |
| (void) | - encodeWithCoder: |
| (BOOL) | - writeContentsToSerializedFile: |
| (instancetype) | - initWithDataDictionary: |
| (instancetype) | - initWithDataDictionaryFromFile: |
| (void) | - writeToDataDictionary: |
| (void) | - writeToDataDictionaryFile:atomically: |
| (void) | - writeToDataDictionaryFile: |
| (NSDictionary *) | - dataDictionary |
| (instancetype) | - initWithStream: |
| (instancetype) | - initWithFileStream: |
| (void) | - writeToStream: |
| (void) | - writeToFileStream: |
| (void) | - appendToFileStream: |
| (id) | - copyObject |
| (SCComparisonResult) | - compareWithObject: |
| (BOOL) | - isEqual: |
Instance Methods inherited from <SCSorter> | |
Bubble data sorter class.
Implements the simple data sorting algorithm known as a bubble sorter.
| + (instancetype) sorter |
Creates and returns the new class instance.
1.8.9.1