Documentation

NSMutableArray categories documentation

All the public Categories which extend NSMutableArray class.

ETCollectionHOM

NSMutableArray (ETCollectionHOM) <ETCollectionMutationHOM, ETCollectionHOMMapIntegration>

AuthorsGenerated by builder
Declared inETCollection+HOM.h

ETCollectionMutation

NSMutableArray (ETCollectionMutation) <ETCollectionMutation>

NSObject and collection class additions like a collection protocol.

AuthorsQuentin Mathe
Declared inETCollection.h

Overview

For NSMutableArray, -insertObject:atIndex: raises an exception when the index is ETUndeterminedIndex.


Etoile

NSMutableArray (Etoile)

NSObject and collection class additions like a collection protocol.

AuthorsQuentin Mathe
Declared inETCollection.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.