func object(forKey : KeyType?) -> ObjectType?
Returns a the value associated with a given key.
与えられたキーと結び付けられた値を返します。
func keyEnumerator () -> NSEnumerator
Returns an enumerator object that lets you access each key in the map table.
あなたにマップテーブルの中の各キーにアクセスさせる列挙子オブジェクトを返します。
func objectEnumerator () -> NSEnumerator?
Returns an enumerator object that lets you access each value in the map table.
あなたにマップテーブルの中の各値にアクセスさせる列挙子オブジェクトを返します。