Documentation

NSDictionary categories documentation

All the public Categories which extend NSDictionary class.

ETPropertyValueCoding

NSDictionary (ETPropertyValueCoding)

Property reading support for NSDictionary.

AuthorsGenerated by qmathe
Declared inETPropertyValueCoding.h

Default

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

        Etoile

        NSDictionary (Etoile)

        Additions to NSDictionary.

        AuthorsGenerated by qmathe
        Declared inNSDictionary+Etoile.h

        Default

        - (BOOL) containsKey: (NSString *)aKey

        Returns whether the dictionary contains the given key among -allKeys .

          ETCollection

          NSDictionary (ETCollection) <ETKeyedCollection>

          ETCollection and ETKeyedCollection support for NSDictionary.

          AuthorsGenerated by qmathe
          Declared inETCollection.h

          Default

          + (Class) mutableClass

          Returns NSMutableDictionary class.

            - (BOOL) isKeyed
            Description forthcoming.
              - (id) content
              Description forthcoming.
                - (NSArray *) contentArray
                Description forthcoming.
                  - (NSArray *) arrayRepresentation
                  Description forthcoming.
                    - (NSArray *) viewpointArray
                    Description forthcoming.

                      ETCollectionHOM

                      NSDictionary (ETCollectionHOM) <ETCollectionHOM, ETCollectionHOMIntegration>

                      Higher-order messaging support for NSDictionary.

                      AuthorsGenerated by qmathe
                      Declared inETCollection+HOM.h

                      Default

                      - (NSArray *) collectionArrayAndInfo: (id*)info

                      Returns objects in the dictionary, and the keys as an array with the info argument.

                      Both objects and keys are returned in the same order (this ordering ensures that each index corresponds to a key-value pair that exists in the dictionary).