+ hashTableWithOptions:
Returns a hash table with given pointer functions options.
与えられたポインタ関数オプションを使うハッシュテーブルを返します。
Availability 有効性
Technology
+ (NSHashTable
<ObjectType > *)weakObjectsHashTable;
A new hash table that uses the NSPointer
options and NSPointer
and has an initial capacity of 0
.
新しいハッシュテーブル、それはNSPointer
オプションとNSPointer
を使い、そして 0
の初期容量を持ちます。
+ hashTableWithOptions: