Type Method 型メソッド

orderedSetWithArray:range:copyItems:

Creates and returns a new ordered set for a specified range of objects in an array. 配列の中の指定された範囲のオブジェクトに対する新しい順序集合を作成して返します。

Declaration 宣言

+ (instancetype)orderedSetWithArray:(NSArray<ObjectType> *)array 
                              range:(NSRange)range 
                          copyItems:(BOOL)flag;

Parameters パラメータ

array

The array 配列

range

The range of the objects to add to the ordered set. 順序集合に加えることになるオブジェクトの範囲。

flag

If YES the objects are copied to the ordered set; otherwise NO. YESならばオブジェクトは順序集合にコピーされます;それ以外ではNO

Return Value 戻り値

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

See Also 参照

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

Related Documentation 関連文書