Samond Classes Library 1.2.0-RELEASE build 166
SCIndexedCollection.h
Go to the documentation of this file.
1 //
2 // SCIndexedCollection.h
3 // scl
4 //
5 // Created by Viacheslav Smolensky on 10.02.16.
6 // Copyright (c) 2007 - 2017 by Samond Development Corporation. All rights reserved.
7 //
8 
23 #import <scl/SCTypes.h>
24 #import <scl/SCCollectionProtocol.h>
25 
40 
41 #pragma mark -
42 #pragma mark Доступ к объектам коллекции
43 
56 - (id)firstObject;
57 
66 - (id)lastObject;
67 
80 - (id)objectAtIndex:(SCIndex)index;
81 
82 #pragma mark -
83 #pragma mark Поиск объектов коллекции
84 
99 - (SCIndex)indexOfObject:(id)object;
100 
110 
111 @end
SCULong SCIndex
Index data type.
Definition: SCTypes.h:240
Indexed collections protocol.
Definition: SCIndexedCollection.h:39
Abstract collections class.
Definition: SCCollection.h:94