public final class NSDictionary extends NSObject implements NSSecureCoding
| Constructor and Description |
|---|
NSDictionary() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Object> |
dictionaryWithContentsOfFile(String path)
Constructs and returns a new dictionary that contains the values and keys
of the file of the specified path.
|
addObserver, observeValueForKeyPath, performSelector, performSelectorOnMainThread, release, removeObserver, removeObserver, retain, setValueForKey, setValueForUndefinedKey, valueForKey, valueForUndefinedKeyequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsupportsSecureCodingpublic static Map<String,Object> dictionaryWithContentsOfFile(String path)
path - The path of the file that contains the values and keys.Copyright © 2020. All rights reserved.