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