func keyEnumerator () -> NSEnumerator
Provides an enumerator to access the keys in the dictionary.
ある列挙子を提供して、辞書の中のキーそれらにアクセスします。
func objectEnumerator () -> NSEnumerator
Returns an enumerator object that lets you access each value in the dictionary.
ある列挙子オブジェクトを返します、それはあなたに辞書の中の各値にアクセスさせるものです。
func enumerateKeysAndObjects ((Any, Any, UnsafeMutablePointer<ObjCBool>) -> Void)
Applies a given block object to the entries of the dictionary.
ある与えられたブロックオブジェクトを辞書の登録項目に適用します。
func makeIterator () -> NSDictionary.Iterator
Returns an iterator over the elements of this sequence.
このシーケンスの要素すべてを対象としたあるイテレータを返します。