+ setWithCapacity:
Creates and returns a mutable set with a given initial capacity.
与えられた初期容量を持つ可変の集合を作成して返します。
- initWithCapacity:
Returns an initialized mutable set with a given initial capacity.
与えられた初期容量を持つ初期化された可変の集合を返します。
Availability 有効性
Technology
- (instancetype)init;
A set. 1つの集合。
This method is a designated initializer of NSMutable
.
このメソッドは、NSMutable
の指定イニシャライザです。
+ setWithCapacity:
- initWithCapacity: