NSAllHashTableObjects(_:)
Returns all of the elements in the specified hash table.
Declaration
func NSAllHashTableObjects(_ table: NSHashTable<AnyObject>) -> [Any]Return Value
An array object containing all the elements of table.
Discussion
This function should be called only when the table elements are objects, not when they’re any other data type.
See Also
Related Documentation
Functions
NSCompareHashTables(_:_:)NSCopyHashTableWithZone(_:_:)NSCountHashTable(_:)NSCreateHashTable(_:_:)NSCreateHashTableWithZone(_:_:_:)NSEndHashTableEnumeration(_:)NSEnumerateHashTable(_:)NSFreeHashTable(_:)NSHashGet(_:_:)NSHashInsert(_:_:)NSHashInsertIfAbsent(_:_:)NSHashInsertKnownAbsent(_:_:)NSHashRemove(_:_:)NSNextHashEnumeratorItem(_:)NSResetHashTable(_:)