Instance Method
インスタンスメソッド
init
Initializes a newly allocated mutable ordered set.
新しくアロケートされた可変の順序集合を初期化します。
Return Value
戻り値
A mutable ordered set.
ある可変の順序集合。
Discussion
議論
This method is a designated initializer of NSMutableOrderedSet
.
このメソッドは、NSMutableOrderedSet
の指定イニシャライザです。
See Also
参照
Creating a Mutable Ordered Set
可変の順序集合を作成する
+ orderedSetWithCapacity:
Creates and returns an mutable ordered set with a given initial capacity.
与えられた初期容量を持つ可変の順序集合を作成して返します。
- initWithCapacity:
Returns an initialized mutable ordered set with a given initial capacity.
与えられた初期容量を持つ初期化された可変の順序集合を返します。