Declared in NSMutableDictionary+WeakReferences.h

Class Methods

mutableDictionaryUsingWeakReferences

Create an NSMutableDictionary that uses weak references.

+ (NSMutableDictionary *)mutableDictionaryUsingWeakReferences

Declared In

NSMutableDictionary+WeakReferences.h

mutableDictionaryUsingWeakReferencesWithCapacity:

Create an NSMutableDictionary that uses weak references.

+ (NSMutableDictionary *)mutableDictionaryUsingWeakReferencesWithCapacity:(NSUInteger)capacity

Parameters

capacity

The initial capacity of the dictionary.

Declared In

NSMutableDictionary+WeakReferences.h

newMutableDictionaryUsingWeakReferences

Create an NSMutableDictionary that uses weak references (no pending autorelease).

+ (NSMutableDictionary *)newMutableDictionaryUsingWeakReferences

Declared In

NSMutableDictionary+WeakReferences.h

newMutableDictionaryUsingWeakReferencesWithCapacity:

Create an NSMutableDictionary that uses weak references (no pending autorelease).

+ (NSMutableDictionary *)newMutableDictionaryUsingWeakReferencesWithCapacity:(NSUInteger)capacity

Parameters

capacity

The initial capacity of the dictionary.

Declared In

NSMutableDictionary+WeakReferences.h