Type Method 型メソッド

orderedSetWithObject:

Creates and returns a ordered set that contains a single given object. ある単一の与えられたオブジェクトを含んでいる順序集合を作成して返します。

Declaration 宣言

+ (instancetype)orderedSetWithObject:(ObjectType)object;

Parameters パラメータ

object

The object to add to the new set. 新しい集合に加えることになるオブジェクト。

Return Value 戻り値

A new ordered set containing object. objectを含んでいる新しい順序集合。

See Also 参照

Creating an Ordered Set 順序集合を作成する

Related Documentation 関連文書