NSExtendedMutableDictionary extension
NSExtendedMutableDictionary
Methods
-
addEntriesFromDictionary(
NSDictionary otherDictionary) → void -
Available on NSMutableDictionary, provided by the NSExtendedMutableDictionary extension
addEntriesFromDictionary: -
removeAllObjects(
) → void -
Available on NSMutableDictionary, provided by the NSExtendedMutableDictionary extension
removeAllObjects -
removeObjectsForKeys(
NSArray keyArray) → void -
Available on NSMutableDictionary, provided by the NSExtendedMutableDictionary extension
removeObjectsForKeys: -
setDictionary(
NSDictionary otherDictionary) → void -
Available on NSMutableDictionary, provided by the NSExtendedMutableDictionary extension
setDictionary: -
setObject$1(
ObjCObject? obj, {required NSCopying forKeyedSubscript}) → void -
Available on NSMutableDictionary, provided by the NSExtendedMutableDictionary extension
setObject:forKeyedSubscript: