23 #import <scl/SCTypes.h>
24 #import <scl/SCCollectionProtocol.h>
42 #pragma mark Доступ к объектам коллекции
80 - (id)objectAtIndex:(
SCIndex)index;
83 #pragma mark Поиск объектов коллекции
99 - (
SCIndex)indexOfObject:(
id)object;
SCULong SCIndex
Index data type.
Definition: SCTypes.h:240
SCIndex indexOfLastObject()
Indexed collections protocol.
Definition: SCIndexedCollection.h:39
Abstract collections class.
Definition: SCCollection.h:94