Type Method 型メソッド

orderedSetWithSet:copyItems:

Creates and returns an ordered set with the contents of a set, optionally copying the items. ある順序集合を、ある集合の内容で、任意に項目をコピーして、作成して返します。

Declaration 宣言

+ (instancetype)orderedSetWithSet:(NSSet<ObjectType> *)set 
                        copyItems:(BOOL)flag;

Parameters パラメータ

set

A set. 1つの集合。

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 set. 集合の指定される範囲の中に含まれるオブジェクトからなる特有なもののコレクションを含んでいる、ある新しい順序集合。

See Also 参照

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

Related Documentation 関連文書