Type Method 型メソッド

hashTableWithWeakObjects

Returns a new hash table for storing weak references to its contents. それの内容への弱い参照を格納するため新しいハッシュテーブルを返します。

Declaration 宣言

+ (id)hashTableWithWeakObjects;

Return Value 戻り値

A new has table that uses the options NSHashTableZeroingWeakMemory and NSPointerFunctionsObjectPersonality and has an initial capacity of 0. 新しいハッシュテーブル、それはNSHashTableZeroingWeakMemoryオプションとNSPointerFunctionsObjectPersonalityを使い、そして 0の初期容量を持ちます。

Discussion 議論

This method is not supported under Automatic Reference Counting (ARC). このメソッドは、自動参照カウント(ARC)のもとでサポートされません。