Documentation

NSMutableIndexSet categories documentation

All the public Categories which extend NSMutableIndexSet class.

ETCollectionMutation

NSMutableIndexSet (ETCollectionMutation) <ETCollectionMutation>

ETCollectionMutation support for NSMutableIndexSet.

AuthorsGenerated by qmathe
Declared inETCollection.h

ETCollectionHOM

NSMutableIndexSet (ETCollectionHOM) <ETCollectionMutationHOM, ETCollectionHOMMapIntegration>

Higher-order messaging with in-place mutation support for NSMutableIndexSet.

AuthorsGenerated by qmathe
Declared inETCollection+HOM.h

Etoile

NSMutableIndexSet (Etoile)

Additions to NSMutableIndexSet.

AuthorsGenerated by qmathe
Declared inNSIndexSet+Etoile.h

Default

- (void) invertIndex: (unsigned int)index

Inverts whether an index is present or not in the index set.

If the receiver contains index, this index gets removed, else this index gets added.