NSExtendedDictionary extension

NSExtendedDictionary

on

Properties

allKeys NSArray

Available on NSDictionary, provided by the NSExtendedDictionary extension

allKeys
no setter
allValues NSArray

Available on NSDictionary, provided by the NSExtendedDictionary extension

allValues
no setter
description$1 NSString

Available on NSDictionary, provided by the NSExtendedDictionary extension

description
no setter
descriptionInStringsFileFormat NSString

Available on NSDictionary, provided by the NSExtendedDictionary extension

descriptionInStringsFileFormat
no setter

Methods

allKeysForObject(ObjCObject anObject) NSArray

Available on NSDictionary, provided by the NSExtendedDictionary extension

allKeysForObject:
descriptionWithLocale(ObjCObject? locale) NSString

Available on NSDictionary, provided by the NSExtendedDictionary extension

descriptionWithLocale:
descriptionWithLocale$1(ObjCObject? locale, {required int indent}) NSString

Available on NSDictionary, provided by the NSExtendedDictionary extension

descriptionWithLocale:indent:
enumerateKeysAndObjectsUsingBlock(ObjCBlock<Void Function(Pointer<ObjCObjectImpl>, Pointer<ObjCObjectImpl>, Pointer<Bool>)> block) → void

Available on NSDictionary, provided by the NSExtendedDictionary extension

enumerateKeysAndObjectsUsingBlock:
enumerateKeysAndObjectsWithOptions(int opts, {required ObjCBlock<Void Function(Pointer<ObjCObjectImpl>, Pointer<ObjCObjectImpl>, Pointer<Bool>)> usingBlock}) → void

Available on NSDictionary, provided by the NSExtendedDictionary extension

enumerateKeysAndObjectsWithOptions:usingBlock:
getObjects(Pointer<Pointer<ObjCObjectImpl>> objects, {required Pointer<Pointer<ObjCObjectImpl>> andKeys, required int count}) → void

Available on NSDictionary, provided by the NSExtendedDictionary extension

getObjects:andKeys:count:
isEqualToDictionary(NSDictionary otherDictionary) bool

Available on NSDictionary, provided by the NSExtendedDictionary extension

isEqualToDictionary:
keysOfEntriesPassingTest(ObjCBlock<Bool Function(Pointer<ObjCObjectImpl>, Pointer<ObjCObjectImpl>, Pointer<Bool>)> predicate) NSSet

Available on NSDictionary, provided by the NSExtendedDictionary extension

keysOfEntriesPassingTest:
keysOfEntriesWithOptions(int opts, {required ObjCBlock<Bool Function(Pointer<ObjCObjectImpl>, Pointer<ObjCObjectImpl>, Pointer<Bool>)> passingTest}) NSSet

Available on NSDictionary, provided by the NSExtendedDictionary extension

keysOfEntriesWithOptions:passingTest:
keysSortedByValueUsingComparator(ObjCBlock<Long Function(Pointer<ObjCObjectImpl>, Pointer<ObjCObjectImpl>)> cmptr) NSArray

Available on NSDictionary, provided by the NSExtendedDictionary extension

keysSortedByValueUsingComparator:
keysSortedByValueUsingSelector(Pointer<ObjCSelector> comparator) NSArray

Available on NSDictionary, provided by the NSExtendedDictionary extension

keysSortedByValueUsingSelector:
keysSortedByValueWithOptions(int opts, {required ObjCBlock<Long Function(Pointer<ObjCObjectImpl>, Pointer<ObjCObjectImpl>)> usingComparator}) NSArray

Available on NSDictionary, provided by the NSExtendedDictionary extension

keysSortedByValueWithOptions:usingComparator:
objectEnumerator() NSEnumerator

Available on NSDictionary, provided by the NSExtendedDictionary extension

objectEnumerator
objectForKeyedSubscript(ObjCObject key) ObjCObject?

Available on NSDictionary, provided by the NSExtendedDictionary extension

objectForKeyedSubscript:
objectsForKeys(NSArray keys, {required ObjCObject notFoundMarker}) NSArray

Available on NSDictionary, provided by the NSExtendedDictionary extension

objectsForKeys:notFoundMarker:
writeToURL(NSURL url) bool

Available on NSDictionary, provided by the NSExtendedDictionary extension

writeToURL:error: