- initWithArray:
Initializes a newly allocated set with the objects that are contained in a given array.
与えられた配列の中に含まれるオブジェクトを持つ、新しくアロケートされた集合を初期化します。
- initWithArray:copyItems:
Initializes a newly allocated set with the objects that are contained in a given array, optionally copying the items.
新しくアロケートされた集合を初期化します、与えられた配列に含まれるオブジェクトを使います、任意に項目をコピーします。
- initWithObject:
Initializes a new ordered set with the object.
新しい順序集合をこのオブジェクトで初期化します。
- initWithObjects:
Initializes a newly allocated set with members taken from the specified list of objects.
新しくアロケートされた集合を初期化します、オブジェクトそれらからなる指定されたリストからとられるメンバを使います。
- initWithObjects:count:
Initializes a newly allocated set with a specified number of objects from a given C array of objects.
新しくアロケートされた集合を初期化します、与えられたC配列のオブジェクトからの指定された数のオブジェクトを使います。
- initWithOrderedSet:
Initializes a new ordered set with the contents of a set.
新しい順序集合をある集合の内容で初期化します。
- initWithOrderedSet:copyItems:
Initializes a new ordered set with the contents of a set, optionally copying the items.
新しい順序集合をある集合の内容で初期化します、任意に項目をコピーします。
- initWithOrderedSet:range:copyItems:
Initializes a new ordered set with the contents of an ordered set, optionally copying the items.
新しい順序集合をある順序集合の内容で初期化します、任意に項目をコピーします。
- initWithSet:
Initializes a new ordered set with the contents of a set.
新しい順序集合をある集合の内容で初期化します。
- initWithSet:copyItems:
Initializes a new ordered set with the contents of a set, optionally copying the objects in the set.
新しい順序集合をある集合の内容で初期化します、任意にその集合の中のオブジェクトをコピーします。
- init
Initializes a newly allocated ordered set.
新しくアロケートされた順序集合を初期化します。