Use weak
instead.
weak
を代わりに使ってください。
Type Method
型メソッド
hash
hashTableWithWeakObjects
Returns a new hash table for storing weak references to its contents.
それの内容への弱い参照を格納するため新しいハッシュテーブルを返します。
Deprecated 非推奨
Availability 有効性
- macOS 10.5–10.8 Deprecated
Technology
- Foundation ファウンデーション
Declaration 宣言
+ (id)hashTableWithWeakObjects;
Return Value 戻り値
A new has table that uses the options NSHash
and NSPointer
and has an initial capacity of 0
.
新しいハッシュテーブル、それはNSHash
オプションとNSPointer
を使い、そして 0
の初期容量を持ちます。
Discussion 議論
This method is not supported under Automatic Reference Counting (ARC). このメソッドは、自動参照カウント(ARC)のもとでサポートされません。