Documentation

NSMapTable categories documentation

All the public Categories which extend NSMapTable class.

Etoile

NSMapTable (Etoile)

Additions to NSMapTable.

AuthorsGenerated by qmathe
Declared inNSMapTable+Etoile.h

Overview

For now, this category is limited to NSDictionary-compatibility methods.


Default

- (NSArray *) allKeys

Returns the keys used in the map table.

    - (NSArray *) allValues

    Returns the objects stored in the map table.