Type Method 型メソッド

orderedSetWithOrderedSet:range:copyItems:

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

Declaration 宣言

+ (instancetype)orderedSetWithOrderedSet:(NSOrderedSet<ObjectType> *)set 
                                   range:(NSRange)range 
                               copyItems:(BOOL)flag;

Parameters パラメータ

set

An ordered set. ある順序集合。

range

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

See Also 参照

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

Related Documentation 関連文書