Samond Classes Library 1.2.6-STABLE build 219
SCFastSorter.h
Go to the documentation of this file.
1 //
2 // SCFastSorter.h
3 // scl
4 //
5 // Created by Viacheslav Smolensky on 26.05.12.
6 // Copyright (c) 2007 - 2018 by Samond Development Corporation. All rights reserved.
7 //
8 
22 #import <Foundation/Foundation.h>
23 #import <scl/SCSorter.h>
24 
25 #pragma mark -
26 #pragma mark Class Constants
27 
36 #define SCFastSorterClass @"SCFastSorter"
37 
38 
52 @interface SCFastSorter : SCSorter {
53  id _collection; // Sorted array
54  id _text; // Sorted text
55 }
56 
57 #pragma mark -
58 #pragma mark Creating Sorter
59 + (instancetype)sorter;
60 
61 @end
Abstract implementation of the protocol SCSorter.
Definition: SCSorter.h:138
Fast data sorter class.
Definition: SCFastSorter.h:52
Protocol and class SCSorter header file.