Documentation

NSMutableDictionary categories documentation

All the public Categories which extend NSMutableDictionary class.

ETMutablePropertyValueCoding

NSMutableDictionary (ETMutablePropertyValueCoding)

Property writing support for NSMutableDictionary.

AuthorsGenerated by qmathe
Declared inETPropertyValueCoding.h

Default

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

    Etoile

    NSMutableDictionary (Etoile)

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

    AuthorsGenerated by qmathe
    Declared inNSDictionary+Etoile.h

    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>

      ETCollectionMutation support for NSMutableDictionary.

      AuthorsGenerated by qmathe
      Declared inETCollection.h

      ETCollectionHOM

      NSMutableDictionary (ETCollectionHOM) <ETCollectionMutationHOM>

      Higher-order messaging with in-place mutation support for NSMutableDictionary.

      AuthorsGenerated by qmathe
      Declared inETCollection+HOM.h