Type Method 型メソッド

orderedSetWithArray:

Creates and returns a set containing a uniqued collection of the objects contained in a given array. 与えられた配列の中に含まれるオブジェクトの特有なもののコレクションを含んでいる集合を作成して返します。

Declaration 宣言

+ (instancetype)orderedSetWithArray:(NSArray<ObjectType> *)array;

Parameters パラメータ

array

An array containing the objects to add to the new ordered set. If the same object appears more than once in array, it is added only once to the returned set. 新しい順序集合に加えることになるオブジェクトを含んでいる配列。同じオブジェクトが一度以上arrayに現れるならば、それはただ一度だけこの返される集合において加えられます。

Return Value 戻り値

A new ordered set containing a uniqued collection of the objects contained in array. 配列に含まれるオブジェクトからなる特有なもののコレクションを含んでいる、ある新しい順序集合。

See Also 参照

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

Related Documentation 関連文書