NSMutableDictionary$Methods extension
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< objects, {required Pointer<ObjCObjectImpl> >Pointer< forKeys, required int count}) → NSMutableDictionaryObjCObjectImpl> > -
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: