Contents

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