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 (options: NSEnumerationOptions, using: (Any, Any, UnsafeMutablePointer<ObjCBool>) -> Void)
Applies a given block object to the entries of the dictionary, with options specifying how the enumeration is performed.
与えられたブロックオブジェクトを、その辞書の登録項目に適用します、どのように列挙が実行されるか指定しているオプションとともに。
func makeIterator () -> NSDictionary.Iterator
Returns an iterator over the elements of this sequence.
このシーケンスの要素すべてを対象としたあるイテレータを返します。