NSMutableArray categories documentation
All the public Categories which extend NSMutableArray class.
ETCollectionMutation
NSMutableArray (ETCollectionMutation) <ETCollectionMutation>ETCollectionMutation support for NSMutableArray.
| Authors | Generated by qmathe |
|---|---|
| Declared in | ETCollection.h |
Overview
For NSMutableArray, -insertObject:atIndex: raises an exception when the index is ETUndeterminedIndex.
ETCollectionHOM
NSMutableArray (ETCollectionHOM) <ETCollectionMutationHOM, ETCollectionHOMMapIntegration>Higher-order messaging with in-place mutation support for NSMutableArray.
| Authors | Generated by qmathe |
|---|---|
| Declared in | ETCollection+HOM.h |
Etoile
NSMutableArray (Etoile)Additions to NSMutableArray.
| Authors | Generated by qmathe |
|---|---|
| Declared in | NSArray+Etoile.h |
Default
- - (void) removeObjectsFromIndex: (NSUInteger)anIndex
Removes the objects located between anIndex and the end of the array.
The object located at anIndex is included in the removed objects.