Deprecated NSHashTable Methods
A method identified as deprecated has been superseded and may become unsupported in the future.
Deprecated in OS X v10.8
hashTableWithWeakObjects
Returns a new hash table for storing weak references to its contents. (Deprecated in OS X v10.8. Use weakObjectsHashTable instead.)
+ (id)hashTableWithWeakObjects
Return Value
A new has table that uses the options NSHashTableZeroingWeakMemory and NSPointerFunctionsObjectPersonality and has an initial capacity of 0.
Special Considerations
This method is not supported under Automatic Reference Counting (ARC).
Availability
- Available in OS X v10.5 and later.
- Deprecated in OS X v10.8.
Declared In
NSHashTable.h© 2012 Apple Inc. All Rights Reserved. (Last updated: 2012-09-19)