NSExtendedDictionary extension
NSExtendedDictionary
- on
Properties
- allKeys → NSArray
-
Available on NSDictionary, provided by the NSExtendedDictionary extension
allKeysno setter - allValues → NSArray
-
Available on NSDictionary, provided by the NSExtendedDictionary extension
allValuesno setter - description$1 → NSString
-
Available on NSDictionary, provided by the NSExtendedDictionary extension
descriptionno setter - descriptionInStringsFileFormat → NSString
-
Available on NSDictionary, provided by the NSExtendedDictionary extension
descriptionInStringsFileFormatno 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< block) → voidObjCObjectImpl> , Pointer<ObjCObjectImpl> , Pointer<Bool> )> -
Available on NSDictionary, provided by the NSExtendedDictionary extension
enumerateKeysAndObjectsUsingBlock: -
enumerateKeysAndObjectsWithOptions(
int opts, {required ObjCBlock< Void Function(Pointer< usingBlock}) → voidObjCObjectImpl> , Pointer<ObjCObjectImpl> , Pointer<Bool> )> -
Available on NSDictionary, provided by the NSExtendedDictionary extension
enumerateKeysAndObjectsWithOptions:usingBlock: -
getObjects(
Pointer< Pointer< objects, {required Pointer<ObjCObjectImpl> >Pointer< andKeys, required int count}) → voidObjCObjectImpl> > -
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< predicate) → NSSetObjCObjectImpl> , Pointer<ObjCObjectImpl> , Pointer<Bool> )> -
Available on NSDictionary, provided by the NSExtendedDictionary extension
keysOfEntriesPassingTest: -
keysOfEntriesWithOptions(
int opts, {required ObjCBlock< Bool Function(Pointer< passingTest}) → NSSetObjCObjectImpl> , Pointer<ObjCObjectImpl> , Pointer<Bool> )> -
Available on NSDictionary, provided by the NSExtendedDictionary extension
keysOfEntriesWithOptions:passingTest: -
keysSortedByValueUsingComparator(
ObjCBlock< Long Function(Pointer< cmptr) → NSArrayObjCObjectImpl> , Pointer<ObjCObjectImpl> )> -
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< usingComparator}) → NSArrayObjCObjectImpl> , Pointer<ObjCObjectImpl> )> -
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: