Type Method 型メソッド

orderedSetWithSet:

Creates and returns an ordered set with the contents of a set. ある順序集合を、ある集合の内容で作成して返します。

Declaration 宣言

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

Parameters パラメータ

set

A set. 1つの集合。

Return Value 戻り値

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

See Also 参照

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

Related Documentation 関連文書