23 #import <scl/SCIndexedCollection.h>
41 #pragma mark Добавление объектов
59 - (void)insertObject:(
id)object atIndex:(
SCIndex)index;
62 #pragma mark Удаление объектов
78 - (void)removeObjectAtIndex:(
SCIndex)index;
90 - (void)removeObjectsAtIndexes:(NSIndexSet *)indexes;
93 #pragma mark Замена объектов
111 - (void)replaceObjectAtIndex:(
SCIndex)index withObject:(
id)object;
SCULong SCIndex
Index data type.
Definition: SCTypes.h:240
Mutable indexed collection protocol.
Definition: SCMutableIndexedCollection.h:38
Indexed collections protocol.
Definition: SCIndexedCollection.h:39