Type Method 型メソッド

strongToWeakObjects()

Returns a new map table object which has strong references to the keys and weak references to the values. 新しいマップテーブルオブジェクトを返します、それは強い参照をキーに対してそして弱い参照を値に対して持ちます。

Declaration 宣言

class func strongToWeakObjects() -> NSMapTable<KeyType, ObjectType>

Return Value 戻り値

A new map table object which has strong references to the keys and weak references to the values. ある新しいマップテーブルオブジェクト、それは強い参照をキーに対してそして弱い参照を値に対して持ちます。

See Also 参照

Creating and Initializing a Map Table マップテーブルの作成と初期化