Type Method 型メソッド

weakToWeakObjects()

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

Declaration 宣言

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

Return Value 戻り値

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

See Also 参照

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