Documentation

NSMutableArray categories documentation

All the public Categories which extend NSMutableArray class.

ETCollectionMutation

NSMutableArray (ETCollectionMutation) <ETCollectionMutation>

ETCollectionMutation support for NSMutableArray.

AuthorsGenerated by qmathe
Declared inETCollection.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.

AuthorsGenerated by qmathe
Declared inETCollection+HOM.h

Etoile

NSMutableArray (Etoile)

Additions to NSMutableArray.

AuthorsGenerated by qmathe
Declared inNSArray+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.