+ orderedSet
Creates and returns an empty ordered set
空の順序集合を作成して返す
+ orderedSetWithArray:
Creates and returns a set containing a uniqued collection of the objects contained in a given array.
与えられた配列の中に含まれるオブジェクトの特有なもののコレクションを含んでいる集合を作成して返します。
+ orderedSetWithArray:range:copyItems:
Creates and returns a new ordered set for a specified range of objects in an array.
配列の中の指定された範囲のオブジェクトに対する新しい順序集合を作成して返します。
+ orderedSetWithObject:
Creates and returns a ordered set that contains a single given object.
ある単一の与えられたオブジェクトを含んでいる順序集合を作成して返します。
+ orderedSetWithObjects:
Creates and returns a ordered set containing the objects in a given argument list.
与えられた引数リストの中のオブジェクトを含んでいる順序集合を作成して返します。
+ orderedSetWithObjects:count:
Creates and returns a set containing a specified number of objects from a given C array of objects.
指定された数のオブジェクトを、幾らかのオブジェクトからなるある与えられたC配列から含んでいるある集合を作成して返します。
+ orderedSetWithOrderedSet:range:copyItems:
Creates and returns a new ordered set for a specified range of objects in an ordered set.
ある順序集合の中の指定された範囲のオブジェクトに対する、新しい順序集合を作成して返します。
+ orderedSetWithSet:
Creates and returns an ordered set with the contents of a set.
ある順序集合を、ある集合の内容で作成して返します。
+ orderedSetWithSet:copyItems:
Creates and returns an ordered set with the contents of a set, optionally copying the items.
ある順序集合を、ある集合の内容で、任意に項目をコピーして、作成して返します。