BranchMutableDictionary
@interface BranchMutableDictionary <KeyType, ObjectType> : NSMutableDictionary<KeyType,ObjectType>
This is a thread-safe version of an NSMutableDictionary.
-
Undocumented
Declaration
Objective-C
- (instancetype) init NS_DESIGNATED_INITIALIZER;Swift
init!() -
Undocumented
Declaration
Objective-C
- (instancetype) initWithCapacity:(NSUInteger)numItems NS_DESIGNATED_INITIALIZER;Swift
init!(capacity numItems: UInt) -
Undocumented
Declaration
Objective-C
- (instancetype) initWithCoder:(NSCoder *)aDecoder NS_DESIGNATED_INITIALIZER;Swift
init!(coder aDecoder: NSCoder!)
View on GitHub
BranchMutableDictionary Class Reference