NSMutableDictionary$Methods extension

on

Methods

init() NSMutableDictionary

Available on NSMutableDictionary, provided by the NSMutableDictionary$Methods extension

init
initWithCapacity(int numItems) NSMutableDictionary

Available on NSMutableDictionary, provided by the NSMutableDictionary$Methods extension

initWithCapacity:
initWithCoder(NSCoder coder) NSMutableDictionary?

Available on NSMutableDictionary, provided by the NSMutableDictionary$Methods extension

initWithCoder:
initWithDictionary(NSDictionary otherDictionary) NSMutableDictionary

Available on NSMutableDictionary, provided by the NSMutableDictionary$Methods extension

initWithDictionary:
initWithDictionary$1(NSDictionary otherDictionary, {required bool copyItems}) NSMutableDictionary

Available on NSMutableDictionary, provided by the NSMutableDictionary$Methods extension

initWithDictionary:copyItems:
initWithObjects(NSArray objects, {required NSArray forKeys}) NSMutableDictionary

Available on NSMutableDictionary, provided by the NSMutableDictionary$Methods extension

initWithObjects:forKeys:
initWithObjects$1(Pointer<Pointer<ObjCObjectImpl>> objects, {required Pointer<Pointer<ObjCObjectImpl>> forKeys, required int count}) NSMutableDictionary

Available on NSMutableDictionary, provided by the NSMutableDictionary$Methods extension

initWithObjects:forKeys:count:
initWithObjectsAndKeys(ObjCObject firstObject) NSMutableDictionary

Available on NSMutableDictionary, provided by the NSMutableDictionary$Methods extension

initWithObjectsAndKeys:
removeObjectForKey(ObjCObject aKey) → void

Available on NSMutableDictionary, provided by the NSMutableDictionary$Methods extension

removeObjectForKey:
setObject(ObjCObject anObject, {required NSCopying forKey}) → void

Available on NSMutableDictionary, provided by the NSMutableDictionary$Methods extension

setObject:forKey: