ObjectAL
 All Classes Functions Variables Properties Pages
Class Methods | List of all members
NSMutableDictionary(WeakReferences) Category Reference

Class Methods

(NSMutableDictionary *) + mutableDictionaryUsingWeakReferences
 Create an NSMutableDictionary that uses weak references. More...
 
(NSMutableDictionary *) + mutableDictionaryUsingWeakReferencesWithCapacity:
 Create an NSMutableDictionary that uses weak references. More...
 
(NSMutableDictionary *) + newMutableDictionaryUsingWeakReferences
 Create an NSMutableDictionary that uses weak references (no pending autorelease). More...
 
(NSMutableDictionary *) + newMutableDictionaryUsingWeakReferencesWithCapacity:
 Create an NSMutableDictionary that uses weak references (no pending autorelease). More...
 

Method Documentation

+ (NSMutableDictionary *) mutableDictionaryUsingWeakReferences

Create an NSMutableDictionary that uses weak references.

+ (NSMutableDictionary *) mutableDictionaryUsingWeakReferencesWithCapacity: (NSUInteger)  capacity

Create an NSMutableDictionary that uses weak references.

Parameters
capacityThe initial capacity of the dictionary.
+ (NSMutableDictionary *) newMutableDictionaryUsingWeakReferences

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

+ (NSMutableDictionary *) newMutableDictionaryUsingWeakReferencesWithCapacity: (NSUInteger)  capacity

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

Parameters
capacityThe initial capacity of the dictionary.

The documentation for this category was generated from the following files: