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

indexOfObject:

Returns the index of the specified object. 指定されたオブジェクトのインデックスを返します。

Declaration 宣言

- (NSUInteger)indexOfObject:(ObjectType)object;

Parameters パラメータ

object

The object. そのオブジェクト。

Return Value 戻り値

The index whose corresponding ordered set value is equal to object. それの対応する順序集合の値がobjectと同等であるインデックス。 If none of the objects in the ordered set is equal to object, returns NSNotFound.

See Also 参照

Accessing Set Members 集合メンバにアクセスする