Package apple.foundation
Class NSMutableDictionary<_KeyType,_ObjectType>
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.objc.ObjCObject
-
- apple.NSObject
-
- apple.foundation.NSDictionary<_KeyType,_ObjectType>
-
- apple.foundation.NSMutableDictionary<_KeyType,_ObjectType>
-
- All Implemented Interfaces:
NSFetchRequestResult,NSCoding,NSCopying,NSFastEnumeration,NSMutableCopying,NSSecureCoding,NSObject,java.util.Map<_KeyType,_ObjectType>
public class NSMutableDictionary<_KeyType,_ObjectType> extends NSDictionary<_KeyType,_ObjectType>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class apple.foundation.NSDictionary
NSDictionary.Block_enumerateKeysAndObjectsUsingBlock, NSDictionary.Block_enumerateKeysAndObjectsWithOptionsUsingBlock, NSDictionary.Block_keysOfEntriesPassingTest, NSDictionary.Block_keysOfEntriesWithOptionsPassingTest, NSDictionary.Block_keysSortedByValueUsingComparator, NSDictionary.Block_keysSortedByValueWithOptionsUsingComparator
-
Nested classes/interfaces inherited from class apple.NSObject
NSObject.Function_instanceMethodForSelector_ret, NSObject.Function_methodForSelector_ret
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedNSMutableDictionary(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean_supportsSecureCoding()This property must return YES on all classes that allow secure coding.static booleanaccessInstanceVariablesDirectly()voidaddEntriesFromDictionary(NSDictionary<_KeyType,_ObjectType> otherDictionary)static NSMutableDictionary<?,?>alloc()static java.lang.ObjectallocWithZone(org.moe.natj.general.ptr.VoidPtr zone)static booleanautomaticallyNotifiesObserversForKey(java.lang.String key)static voidcancelPreviousPerformRequestsWithTarget(java.lang.Object aTarget)static voidcancelPreviousPerformRequestsWithTargetSelectorObject(java.lang.Object aTarget, org.moe.natj.objc.SEL aSelector, java.lang.Object anArgument)static NSArray<java.lang.String>classFallbacksForKeyedArchiver()static org.moe.natj.objc.ClassclassForKeyedUnarchiver()voidclear()booleancontainsKey(java.lang.Object key)booleancontainsValue(java.lang.Object value)static java.lang.StringdebugDescription_static()static java.lang.Stringdescription_static()static <_KeyType,_ObjectType>
NSMutableDictionary<?,?>dictionary()static <_KeyType,_ObjectType>
NSMutableDictionary<?,?>dictionaryWithCapacity(long numItems)static <_KeyType,_ObjectType>
NSMutableDictionary<_KeyType,_ObjectType>dictionaryWithContentsOfFile(java.lang.String path)static <_KeyType,_ObjectType>
NSMutableDictionary<_KeyType,_ObjectType>dictionaryWithContentsOfURL(NSURL url)static <_KeyType,_ObjectType>
NSDictionary<java.lang.String,_ObjectType>dictionaryWithContentsOfURLError(NSURL url, org.moe.natj.general.ptr.Ptr<NSError> error)static <_KeyType,_ObjectType>
NSMutableDictionary<?,?>dictionaryWithDictionary(NSDictionary<_KeyType,_ObjectType> dict)static <_KeyType,_ObjectType>
NSMutableDictionary<?,?>dictionaryWithObjectForKey(_ObjectType object, java.lang.Object key)static <_KeyType,_ObjectType>
NSMutableDictionary<?,?>dictionaryWithObjectsAndKeys(java.lang.Object firstObject, java.lang.Object... varargs)static <_KeyType,_ObjectType>
NSMutableDictionary<?,?>dictionaryWithObjectsForKeys(NSArray<_ObjectType> objects, NSArray<?> keys)static <_KeyType,_ObjectType>
NSMutableDictionary<?,?>dictionaryWithObjectsForKeysCount(org.moe.natj.general.ptr.Ptr<_ObjectType> objects, org.moe.natj.general.ptr.Ptr<org.moe.natj.objc.ObjCObject> keys, long cnt)static <_KeyType,_ObjectType>
NSMutableDictionary<_KeyType,_ObjectType>dictionaryWithSharedKeySet(java.lang.Object keyset)Create a mutable dictionary which is optimized for dealing with a known set of keys.java.util.Set<java.util.Map.Entry<_KeyType,_ObjectType>>entrySet()_ObjectTypeget(java.lang.Object key)static longhash_static()NSMutableDictionary<?,?>init()NSMutableDictionary<?,?>initWithCapacity(long numItems)NSMutableDictionary<?,?>initWithCoder(NSCoder coder)NS_DESIGNATED_INITIALIZERNSMutableDictionary<_KeyType,_ObjectType>initWithContentsOfFile(java.lang.String path)NSMutableDictionary<_KeyType,_ObjectType>initWithContentsOfURL(NSURL url)NSDictionary<java.lang.String,_ObjectType>initWithContentsOfURLError(NSURL url, org.moe.natj.general.ptr.Ptr<NSError> error)Reads dictionary stored in NSPropertyList format from the specified url.NSMutableDictionary<?,?>initWithDictionary(NSDictionary<_KeyType,_ObjectType> otherDictionary)NSMutableDictionary<?,?>initWithDictionaryCopyItems(NSDictionary<_KeyType,_ObjectType> otherDictionary, boolean flag)NSMutableDictionary<?,?>initWithObjectsAndKeys(java.lang.Object firstObject, java.lang.Object... varargs)NSMutableDictionary<?,?>initWithObjectsForKeys(NSArray<_ObjectType> objects, NSArray<?> keys)NSMutableDictionary<?,?>initWithObjectsForKeysCount(org.moe.natj.general.ptr.Ptr<_ObjectType> objects, org.moe.natj.general.ptr.Ptr<org.moe.natj.objc.ObjCObject> keys, long cnt)static NSObject.Function_instanceMethodForSelector_retinstanceMethodForSelector(org.moe.natj.objc.SEL aSelector)static NSMethodSignatureinstanceMethodSignatureForSelector(org.moe.natj.objc.SEL aSelector)static booleaninstancesRespondToSelector(org.moe.natj.objc.SEL aSelector)booleanisEmpty()static booleanisSubclassOfClass(org.moe.natj.objc.Class aClass)static NSSet<java.lang.String>keyPathsForValuesAffectingValueForKey(java.lang.String key)java.util.Set<_KeyType>keySet()static java.lang.Objectnew_objc()_ObjectTypeput(_KeyType key, _ObjectType value)voidputAll(java.util.Map<? extends _KeyType,? extends _ObjectType> coll)_ObjectTyperemove(java.lang.Object key)voidremoveAllObjects()voidremoveObjectForKey(_KeyType aKey)voidremoveObjectsForKeys(NSArray<_KeyType> keyArray)static booleanresolveClassMethod(org.moe.natj.objc.SEL sel)static booleanresolveInstanceMethod(org.moe.natj.objc.SEL sel)voidsetDictionary(NSDictionary<_KeyType,_ObjectType> otherDictionary)voidsetObjectForKey(_ObjectType anObject, java.lang.Object aKey)voidsetObjectForKeyedSubscript(_ObjectType obj, java.lang.Object key)static voidsetVersion_static(long aVersion)static <_KeyType,_ObjectType>
java.lang.ObjectsharedKeySetForKeys(NSArray<?> keys)intsize()static org.moe.natj.objc.Classsuperclass_static()static booleansupportsSecureCoding()java.util.Collection<_ObjectType>values()static longversion_static()-
Methods inherited from class apple.foundation.NSDictionary
allKeys, allKeysForObject, allValues, copyWithZone, count, countByEnumeratingWithStateObjectsCount, description, descriptionInStringsFileFormat, descriptionWithLocale, descriptionWithLocaleIndent, encodeWithCoder, enumerateKeysAndObjectsUsingBlock, enumerateKeysAndObjectsWithOptionsUsingBlock, equals, fileCreationDate, fileExtensionHidden, fileGroupOwnerAccountID, fileGroupOwnerAccountName, fileHFSCreatorCode, fileHFSTypeCode, fileIsAppendOnly, fileIsImmutable, fileModificationDate, fileOwnerAccountID, fileOwnerAccountName, filePosixPermissions, fileSize, fileSystemFileNumber, fileSystemNumber, fileType, getObjectsAndKeys, getObjectsAndKeysCount, hashCode, isEqualToDictionary, keyEnumerator, keysOfEntriesPassingTest, keysOfEntriesWithOptionsPassingTest, keysSortedByValueUsingComparator, keysSortedByValueUsingSelector, keysSortedByValueWithOptionsUsingComparator, mutableCopyWithZone, objectEnumerator, objectForKey, objectForKeyedSubscript, objectsForKeysNotFoundMarker, valueForKey, writeToFileAtomically, writeToURLAtomically, writeToURLError
-
Methods inherited from class apple.NSObject
accessibilityActivate, accessibilityActivationPoint, accessibilityAssistiveTechnologyFocusedIdentifiers, accessibilityAttributedHint, accessibilityAttributedLabel, accessibilityAttributedUserInputLabels, accessibilityAttributedValue, accessibilityContainerType, accessibilityCustomActions, accessibilityCustomRotors, accessibilityDecrement, accessibilityDragSourceDescriptors, accessibilityDropPointDescriptors, accessibilityElementAtIndex, accessibilityElementCount, accessibilityElementDidBecomeFocused, accessibilityElementDidLoseFocus, accessibilityElementIsFocused, accessibilityElements, accessibilityElementsHidden, accessibilityFrame, accessibilityHint, accessibilityIncrement, accessibilityLabel, accessibilityLanguage, accessibilityNavigationStyle, accessibilityPath, accessibilityPerformEscape, accessibilityPerformMagicTap, accessibilityRespondsToUserInteraction, accessibilityScroll, accessibilityTextualContext, accessibilityTraits, accessibilityUserInputLabels, accessibilityValue, accessibilityViewIsModal, addObserverForKeyPathOptionsContext, attemptRecoveryFromErrorOptionIndex, attemptRecoveryFromErrorOptionIndexDelegateDidRecoverSelectorContextInfo, autoContentAccessingProxy, awakeAfterUsingCoder, awakeFromNib, class_objc, classForCoder, classForKeyedArchiver, copy, dealloc, debugDescription, dictionaryWithValuesForKeys, didChangeValueForKey, didChangeValueForKeyWithSetMutationUsingObjects, didChangeValuesAtIndexesForKey, doesNotRecognizeSelector, fileManagerShouldProceedAfterError, fileManagerWillProcessPath, finalize_objc, forwardingTargetForSelector, forwardInvocation, hash, indexOfAccessibilityElement, isAccessibilityElement, isEqual, isKindOfClass, isMemberOfClass, isProxy, methodForSelector, methodSignatureForSelector, mutableArrayValueForKey, mutableArrayValueForKeyPath, mutableCopy, mutableOrderedSetValueForKey, mutableOrderedSetValueForKeyPath, mutableSetValueForKey, mutableSetValueForKeyPath, observationInfo, observeValueForKeyPathOfObjectChangeContext, performSelector, performSelectorInBackgroundWithObject, performSelectorOnMainThreadWithObjectWaitUntilDone, performSelectorOnMainThreadWithObjectWaitUntilDoneModes, performSelectorOnThreadWithObjectWaitUntilDone, performSelectorOnThreadWithObjectWaitUntilDoneModes, performSelectorWithObject, performSelectorWithObjectAfterDelay, performSelectorWithObjectAfterDelayInModes, performSelectorWithObjectWithObject, prepareForInterfaceBuilder, provideImageDataBytesPerRowOrigin_Size_UserInfo, removeObserverForKeyPath, removeObserverForKeyPathContext, replacementObjectForCoder, replacementObjectForKeyedArchiver, respondsToSelector, self, setAccessibilityActivationPoint, setAccessibilityAttributedHint, setAccessibilityAttributedLabel, setAccessibilityAttributedUserInputLabels, setAccessibilityAttributedValue, setAccessibilityContainerType, setAccessibilityCustomActions, setAccessibilityCustomRotors, setAccessibilityDragSourceDescriptors, setAccessibilityDropPointDescriptors, setAccessibilityElements, setAccessibilityElementsHidden, setAccessibilityFrame, setAccessibilityHint, setAccessibilityLabel, setAccessibilityLanguage, setAccessibilityNavigationStyle, setAccessibilityPath, setAccessibilityRespondsToUserInteraction, setAccessibilityTextualContext, setAccessibilityTraits, setAccessibilityUserInputLabels, setAccessibilityValue, setAccessibilityViewIsModal, setIsAccessibilityElement, setNilValueForKey, setObservationInfo, setShouldGroupAccessibilityChildren, setValueForKey, setValueForKeyPath, setValueForUndefinedKey, setValuesForKeysWithDictionary, shouldGroupAccessibilityChildren, superclass, validateValueForKeyError, validateValueForKeyPathError, valueForKeyPath, valueForUndefinedKey, willChangeValueForKey, willChangeValueForKeyWithSetMutationUsingObjects, willChangeValuesAtIndexesForKey
-
-
-
-
Method Detail
-
accessInstanceVariablesDirectly
public static boolean accessInstanceVariablesDirectly()
-
alloc
public static NSMutableDictionary<?,?> alloc()
-
allocWithZone
public static java.lang.Object allocWithZone(org.moe.natj.general.ptr.VoidPtr zone)
-
automaticallyNotifiesObserversForKey
public static boolean automaticallyNotifiesObserversForKey(java.lang.String key)
-
cancelPreviousPerformRequestsWithTarget
public static void cancelPreviousPerformRequestsWithTarget(java.lang.Object aTarget)
-
cancelPreviousPerformRequestsWithTargetSelectorObject
public static void cancelPreviousPerformRequestsWithTargetSelectorObject(java.lang.Object aTarget, org.moe.natj.objc.SEL aSelector, java.lang.Object anArgument)
-
classFallbacksForKeyedArchiver
public static NSArray<java.lang.String> classFallbacksForKeyedArchiver()
-
classForKeyedUnarchiver
public static org.moe.natj.objc.Class classForKeyedUnarchiver()
-
debugDescription_static
public static java.lang.String debugDescription_static()
-
description_static
public static java.lang.String description_static()
-
dictionary
public static <_KeyType,_ObjectType> NSMutableDictionary<?,?> dictionary()
-
dictionaryWithCapacity
public static <_KeyType,_ObjectType> NSMutableDictionary<?,?> dictionaryWithCapacity(long numItems)
-
dictionaryWithContentsOfFile
public static <_KeyType,_ObjectType> NSMutableDictionary<_KeyType,_ObjectType> dictionaryWithContentsOfFile(java.lang.String path)
-
dictionaryWithContentsOfURL
public static <_KeyType,_ObjectType> NSMutableDictionary<_KeyType,_ObjectType> dictionaryWithContentsOfURL(NSURL url)
-
dictionaryWithDictionary
public static <_KeyType,_ObjectType> NSMutableDictionary<?,?> dictionaryWithDictionary(NSDictionary<_KeyType,_ObjectType> dict)
-
dictionaryWithObjectForKey
public static <_KeyType,_ObjectType> NSMutableDictionary<?,?> dictionaryWithObjectForKey(_ObjectType object, java.lang.Object key)
-
dictionaryWithObjectsForKeys
public static <_KeyType,_ObjectType> NSMutableDictionary<?,?> dictionaryWithObjectsForKeys(NSArray<_ObjectType> objects, NSArray<?> keys)
-
dictionaryWithObjectsForKeysCount
public static <_KeyType,_ObjectType> NSMutableDictionary<?,?> dictionaryWithObjectsForKeysCount(org.moe.natj.general.ptr.Ptr<_ObjectType> objects, org.moe.natj.general.ptr.Ptr<org.moe.natj.objc.ObjCObject> keys, long cnt)
-
dictionaryWithObjectsAndKeys
public static <_KeyType,_ObjectType> NSMutableDictionary<?,?> dictionaryWithObjectsAndKeys(java.lang.Object firstObject, java.lang.Object... varargs)
-
dictionaryWithSharedKeySet
public static <_KeyType,_ObjectType> NSMutableDictionary<_KeyType,_ObjectType> dictionaryWithSharedKeySet(java.lang.Object keyset)
Create a mutable dictionary which is optimized for dealing with a known set of keys. Keys that are not in the key set can still be set into the dictionary, but that usage is not optimal. As with any dictionary, the keys must be copyable. If keyset is nil, an exception is thrown. If keyset is not an object returned by +sharedKeySetForKeys:, an exception is thrown.
-
hash_static
public static long hash_static()
-
instanceMethodForSelector
public static NSObject.Function_instanceMethodForSelector_ret instanceMethodForSelector(org.moe.natj.objc.SEL aSelector)
-
instanceMethodSignatureForSelector
public static NSMethodSignature instanceMethodSignatureForSelector(org.moe.natj.objc.SEL aSelector)
-
instancesRespondToSelector
public static boolean instancesRespondToSelector(org.moe.natj.objc.SEL aSelector)
-
isSubclassOfClass
public static boolean isSubclassOfClass(org.moe.natj.objc.Class aClass)
-
keyPathsForValuesAffectingValueForKey
public static NSSet<java.lang.String> keyPathsForValuesAffectingValueForKey(java.lang.String key)
-
new_objc
public static java.lang.Object new_objc()
-
resolveClassMethod
public static boolean resolveClassMethod(org.moe.natj.objc.SEL sel)
-
resolveInstanceMethod
public static boolean resolveInstanceMethod(org.moe.natj.objc.SEL sel)
-
setVersion_static
public static void setVersion_static(long aVersion)
-
sharedKeySetForKeys
public static <_KeyType,_ObjectType> java.lang.Object sharedKeySetForKeys(NSArray<?> keys)
-
superclass_static
public static org.moe.natj.objc.Class superclass_static()
-
supportsSecureCoding
public static boolean supportsSecureCoding()
-
version_static
public static long version_static()
-
addEntriesFromDictionary
public void addEntriesFromDictionary(NSDictionary<_KeyType,_ObjectType> otherDictionary)
-
init
public NSMutableDictionary<?,?> init()
- Overrides:
initin classNSDictionary<_KeyType,_ObjectType>
-
initWithCapacity
public NSMutableDictionary<?,?> initWithCapacity(long numItems)
-
initWithCoder
public NSMutableDictionary<?,?> initWithCoder(NSCoder coder)
Description copied from interface:NSCodingNS_DESIGNATED_INITIALIZER- Specified by:
initWithCoderin interfaceNSCoding- Overrides:
initWithCoderin classNSDictionary<_KeyType,_ObjectType>
-
initWithContentsOfFile
public NSMutableDictionary<_KeyType,_ObjectType> initWithContentsOfFile(java.lang.String path)
- Overrides:
initWithContentsOfFilein classNSDictionary<_KeyType,_ObjectType>
-
initWithContentsOfURL
public NSMutableDictionary<_KeyType,_ObjectType> initWithContentsOfURL(NSURL url)
- Overrides:
initWithContentsOfURLin classNSDictionary<_KeyType,_ObjectType>
-
initWithDictionary
public NSMutableDictionary<?,?> initWithDictionary(NSDictionary<_KeyType,_ObjectType> otherDictionary)
- Overrides:
initWithDictionaryin classNSDictionary<_KeyType,_ObjectType>
-
initWithDictionaryCopyItems
public NSMutableDictionary<?,?> initWithDictionaryCopyItems(NSDictionary<_KeyType,_ObjectType> otherDictionary, boolean flag)
- Overrides:
initWithDictionaryCopyItemsin classNSDictionary<_KeyType,_ObjectType>
-
initWithObjectsForKeys
public NSMutableDictionary<?,?> initWithObjectsForKeys(NSArray<_ObjectType> objects, NSArray<?> keys)
- Overrides:
initWithObjectsForKeysin classNSDictionary<_KeyType,_ObjectType>
-
initWithObjectsForKeysCount
public NSMutableDictionary<?,?> initWithObjectsForKeysCount(org.moe.natj.general.ptr.Ptr<_ObjectType> objects, org.moe.natj.general.ptr.Ptr<org.moe.natj.objc.ObjCObject> keys, long cnt)
- Overrides:
initWithObjectsForKeysCountin classNSDictionary<_KeyType,_ObjectType>
-
initWithObjectsAndKeys
public NSMutableDictionary<?,?> initWithObjectsAndKeys(java.lang.Object firstObject, java.lang.Object... varargs)
- Overrides:
initWithObjectsAndKeysin classNSDictionary<_KeyType,_ObjectType>
-
removeAllObjects
public void removeAllObjects()
-
removeObjectForKey
public void removeObjectForKey(_KeyType aKey)
-
setDictionary
public void setDictionary(NSDictionary<_KeyType,_ObjectType> otherDictionary)
-
setObjectForKey
public void setObjectForKey(_ObjectType anObject, java.lang.Object aKey)
-
setObjectForKeyedSubscript
public void setObjectForKeyedSubscript(_ObjectType obj, java.lang.Object key)
-
clear
public void clear()
- Specified by:
clearin interfacejava.util.Map<_KeyType,_ObjectType>- Overrides:
clearin classNSDictionary<_KeyType,_ObjectType>
-
containsKey
public boolean containsKey(java.lang.Object key)
- Specified by:
containsKeyin interfacejava.util.Map<_KeyType,_ObjectType>- Overrides:
containsKeyin classNSDictionary<_KeyType,_ObjectType>
-
containsValue
public boolean containsValue(java.lang.Object value)
- Specified by:
containsValuein interfacejava.util.Map<_KeyType,_ObjectType>- Overrides:
containsValuein classNSDictionary<_KeyType,_ObjectType>
-
entrySet
public java.util.Set<java.util.Map.Entry<_KeyType,_ObjectType>> entrySet()
- Specified by:
entrySetin interfacejava.util.Map<_KeyType,_ObjectType>- Overrides:
entrySetin classNSDictionary<_KeyType,_ObjectType>
-
get
public _ObjectType get(java.lang.Object key)
- Specified by:
getin interfacejava.util.Map<_KeyType,_ObjectType>- Overrides:
getin classNSDictionary<_KeyType,_ObjectType>
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin interfacejava.util.Map<_KeyType,_ObjectType>- Overrides:
isEmptyin classNSDictionary<_KeyType,_ObjectType>
-
keySet
public java.util.Set<_KeyType> keySet()
- Specified by:
keySetin interfacejava.util.Map<_KeyType,_ObjectType>- Overrides:
keySetin classNSDictionary<_KeyType,_ObjectType>
-
put
public _ObjectType put(_KeyType key, _ObjectType value)
- Specified by:
putin interfacejava.util.Map<_KeyType,_ObjectType>- Overrides:
putin classNSDictionary<_KeyType,_ObjectType>
-
putAll
public void putAll(java.util.Map<? extends _KeyType,? extends _ObjectType> coll)
- Specified by:
putAllin interfacejava.util.Map<_KeyType,_ObjectType>- Overrides:
putAllin classNSDictionary<_KeyType,_ObjectType>
-
remove
public _ObjectType remove(java.lang.Object key)
- Specified by:
removein interfacejava.util.Map<_KeyType,_ObjectType>- Overrides:
removein classNSDictionary<_KeyType,_ObjectType>
-
size
public int size()
- Specified by:
sizein interfacejava.util.Map<_KeyType,_ObjectType>- Overrides:
sizein classNSDictionary<_KeyType,_ObjectType>
-
values
public java.util.Collection<_ObjectType> values()
- Specified by:
valuesin interfacejava.util.Map<_KeyType,_ObjectType>- Overrides:
valuesin classNSDictionary<_KeyType,_ObjectType>
-
_supportsSecureCoding
public boolean _supportsSecureCoding()
Description copied from interface:NSSecureCodingThis property must return YES on all classes that allow secure coding. Subclasses of classes that adopt NSSecureCoding and override initWithCoder: must also override this method and return YES. The Secure Coding Guide should be consulted when writing methods that decode data.- Specified by:
_supportsSecureCodingin interfaceNSSecureCoding- Overrides:
_supportsSecureCodingin classNSDictionary<_KeyType,_ObjectType>
-
dictionaryWithContentsOfURLError
public static <_KeyType,_ObjectType> NSDictionary<java.lang.String,_ObjectType> dictionaryWithContentsOfURLError(NSURL url, org.moe.natj.general.ptr.Ptr<NSError> error)
-
initWithContentsOfURLError
public NSDictionary<java.lang.String,_ObjectType> initWithContentsOfURLError(NSURL url, org.moe.natj.general.ptr.Ptr<NSError> error)
Description copied from class:NSDictionaryReads dictionary stored in NSPropertyList format from the specified url.- Overrides:
initWithContentsOfURLErrorin classNSDictionary<_KeyType,_ObjectType>
-
-