Type Method 型メソッド

orderedSetWithOrderedSet:

Creates and returns an ordered set containing the objects from another ordered set. ある順序集合を作成して返します、別の順序集合からのオブジェクトを含んでいます。

Declaration 宣言

+ (instancetype)orderedSetWithOrderedSet:(NSOrderedSet<ObjectType> *)set;

Parameters パラメータ

set

A set containing the objects to add to the new ordered set. 新しい順序集合に加えることになるオブジェクトを含んでいる集合。

The objects are not copied, simply referenced. それらオブジェクトはコピーされません、単に参照されます。

Return Value 戻り値

A new ordered set containing the objects from set. 集合からのオブジェクトを含んでいる新しい順序集合。

See Also 参照

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

Related Documentation 関連文書