allKeys
A new array containing the dictionary’s keys, or an empty array if the dictionary has no entries.
辞書のもつキーそれらを含んでいる新しい配列、または辞書が登録項目を持たないならば空の配列。
- allKeysForObject:
Returns a new array containing the keys corresponding to all occurrences of a given object in the dictionary.
ある与えられたオブジェクトのその辞書での全ての出現に対応しているキーそれらを含んでいる新しい配列を返します。
allValues
A new array containing the dictionary’s values, or an empty array if the dictionary has no entries.
辞書の持つ値それらを含んでいる新しい配列、または辞書が登録項目を持たないならば空の配列。
- valueForKey:
Returns the value associated with a given key.
与えられたキーと結びつけられた値を返します。
- getObjects:andKeys:count:
Returns by reference C arrays of the keys and values in the dictionary.
辞書の中のキーと値からなるC配列を参照によって返します。
- getObjects:andKeys:
Returns by reference C arrays of the keys and values in the dictionary.
辞書の中のキーと値からなるC配列を参照によって返します。
- objectsForKeys:notFoundMarker:
Returns as a static array the set of objects from the dictionary that corresponds to the specified keys.
この指定されたキーそれらに対応する、その辞書からのオブジェクト一揃いを、静的配列として返します。
- objectForKeyedSubscript:
Returns the value associated with a given key.
与えられたキーと結びつけられた値を返します。