+ orderedSetWithSet:
Creates and returns an ordered set with the contents of a set.
ある順序集合を、ある集合の内容で作成して返します。
+ orderedSetWithOrderedSet:
Creates and returns an ordered set containing the objects from another ordered set.
ある順序集合を作成して返します、別の順序集合からのオブジェクトを含んでいます。
init(orderedSet : NSOrderedSet, copyItems : Bool)
Initializes a new ordered set with the contents of a set, optionally copying the items.
新しい順序集合をある集合の内容で初期化します、任意に項目をコピーします。
+ orderedSetWithObjects:
Creates and returns a ordered set containing the objects in a given argument list.
与えられた引数リストの中のオブジェクトを含んでいる順序集合を作成して返します。
+ orderedSetWithObject:
Creates and returns a ordered set that contains a single given object.
ある単一の与えられたオブジェクトを含んでいる順序集合を作成して返します。
init(orderedSet : NSOrderedSet)
Initializes a new ordered set with the contents of a set.
新しい順序集合をある集合の内容で初期化します。