Documentation

NSIndexSet categories documentation

All the public Categories which extend NSIndexSet class.

ETCollectionHOM

NSIndexSet (ETCollectionHOM) <ETCollectionHOM>

AuthorsGenerated by builder
Declared inETCollection+HOM.h

Etoile

NSIndexSet (Etoile)

Additions to index set classes.

AuthorsQuentin Mathe
Declared inNSIndexSet+Etoile.h

Default

- (NSArray *) indexPaths

Returns an array of index paths by creating a new index path for each index stored in the receiver.

Each resulting index path only contains a single index.

    ETCollection

    NSIndexSet (ETCollection) <ETCollection>

    NSObject and collection class additions like a collection protocol.

    AuthorsQuentin Mathe
    Declared inETCollection.h

    Default

    + (Class) mutableClass

    Returns NSMutableIndexSet class.

      - (id) content
      Description forthcoming.
        - (NSArray *) contentArray
        Description forthcoming.
          - (NSEnumerator *) objectEnumerator
          Description forthcoming.