NSMapTable+Etoile documentation

Authors

Quentin Mathe (quentin.mathe@gmail.com)
Additions to map table class

Copyright: (C) 2011 Quentin Mathe

Software documentation for the NSMapTable(Etoile) category

NSMapTable(Etoile)

Declared in:
NSMapTable+Etoile.h

@group Collection Additions

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

Method summary

allKeys 

- (NSArray*) allKeys;

Returns the keys used in the map table.


allValues 

- (NSArray*) allValues;

Returns the objects stored in the map table.