NSEnumerateMapTable(_:)
Creates an enumerator for the specified map table.
Declaration
func NSEnumerateMapTable(_ table: NSMapTable<AnyObject, AnyObject>) -> NSMapEnumeratorParameters
- table:
A reference to a map table structure.
Return Value
An NSMapEnumerator structure that will cause successive key-value pairs of table to be visited each time this enumerator is passed to NSNextMapEnumeratorPair.
See Also
Related Documentation
NSMapMember(_:_:_:_:)NSNextMapEnumeratorPair(_:_:_:)NSAllMapTableValues(_:)NSMapGet(_:_:)NSAllMapTableKeys(_:)
Functions
NSAllMapTableKeys(_:)NSAllMapTableValues(_:)NSCompareMapTables(_:_:)NSCopyMapTableWithZone(_:_:)NSCountMapTable(_:)NSCreateMapTable(_:_:_:)NSCreateMapTableWithZone(_:_:_:_:)NSEndMapTableEnumeration(_:)NSFreeMapTable(_:)NSMapGet(_:_:)NSMapInsert(_:_:_:)NSMapInsertIfAbsent(_:_:_:)NSMapInsertKnownAbsent(_:_:_:)NSMapMember(_:_:_:_:)NSMapRemove(_:_:)