Type Method
型メソッド
mapTableWithStrongToWeakObjects
Returns a new map table object which has strong references to the keys and weak references to the values.
新しいマップテーブルオブジェクトを返します、それは強い参照をキーに対してそして弱い参照を値に対して持ちます。
Declaration
宣言
+ (id)mapTableWithStrongToWeakObjects;
Return Value
戻り値
A new map table object which has strong references to the keys and weak references to the values.
ある新しいマップテーブルオブジェクト、それは強い参照をキーに対してそして弱い参照を値に対して持ちます。
Discussion
議論
NSMapTable
objects created using this method do not support weak references under Automatic Reference Counting (ARC).
このメソッドを使って作成されたNSMapTable
オブジェクトは、弱い参照を自動参照カウント(ARC)のもとでサポートしません。
See Also
参照
Deprecated
非推奨
+ mapTableWithStrongToStrongObjects
Returns a new map table object which has strong references to the keys and values.
新しいマップテーブルオブジェクトを返します、それは強い参照をキーと値に対して持ちます。
Deprecated
非推奨
+ mapTableWithWeakToStrongObjects
Returns a new map table object which has weak references to the keys and strong references to the values.
新しいマップテーブルオブジェクトを返します、それは弱い参照をキーに対してそして強い参照を値に対して持ちます。
Deprecated
非推奨
+ mapTableWithWeakToWeakObjects
Returns a new map table object which has weak references to the keys and values.
新しいマップテーブルオブジェクトを返します、それは弱い参照をキーと値に対して持ちます。
Deprecated
非推奨