Instance Method インスタンスメソッド

setObject:forKey:

Adds a given key-value pair to the map table. 与えられたキー値ペアをマップテーブルに加えます。

Declaration 宣言

- (void)setObject:(ObjectType)anObject 
           forKey:(KeyType)aKey;

Parameters パラメータ

anObject

The value for aKey. aKeyに対する値。

aKey

The key for anObject. anObjectに対するキー。

See Also 参照

Manipulating Content 内容を操作する