Documentation

NSMutableDictionary categories documentation

All the public Categories which extend NSMutableDictionary class.

ETMutablePropertyValueCoding

NSMutableDictionary (ETMutablePropertyValueCoding)

Property Value Coding protocol used by CoreObject and EtoileUI provides a unified API to implement access, mutation, delegation and late-binding of properties.

AuthorsQuentin Mathe
Declared inETPropertyValueCoding.h

Default

- (BOOL) setValue: (id)value forProperty: (NSString *)key
Description forthcoming.

    ETCollectionHOM

    NSMutableDictionary (ETCollectionHOM) <ETCollectionMutationHOM>

    AuthorsGenerated by builder
    Declared inETCollection+HOM.h

    DictionaryOfLists

    NSMutableDictionary (DictionaryOfLists)

    NSObject and collection class additions like a collection protocol.

    AuthorsQuentin Mathe
    Declared inETCollection.h

    Overview

    Extension to NSMutableDictionary for a common case where each key may map to several values.


    Default

    - (void) addObject: (id)anObject forKey: (id)aKey

    Adds an object for the specific key. If there is no value for this key, it is added. If there is an existing value and it is a mutable array, then the object is added to the array. If it is not a mutable array, the existing object and the new object are both added to a new array, which is set for this key in the dictionary.

      ETCollectionMutation

      NSMutableDictionary (ETCollectionMutation) <ETCollectionMutation>

      NSObject and collection class additions like a collection protocol.

      AuthorsQuentin Mathe
      Declared inETCollection.h