Documentation

ETCollection

ETKeyedCollection <ETCollection>

Unified protocol to interact with collections composed of key-value pairs.

AuthorsGenerated by qmathe
Declared inETCollection.h

Default

- (NSArray *) arrayRepresentation

Returns an ETKeyValuePair array where every entry present in the keyed collection is turned into a pair object.

The returned array is autoreleased.