NSNextHashEnumeratorItem(_:)
Returns the next hash-table element in the enumeration.
Declaration
func NSNextHashEnumeratorItem(_ enumerator: UnsafeMutablePointer<NSHashEnumerator>) -> UnsafeMutableRawPointer?Return Value
The next element in the table that enumerator is associated with, or NULL if enumerator has already iterated over all the elements.
See Also
Related Documentation
Functions
NSAllHashTableObjects(_:)NSCompareHashTables(_:_:)NSCopyHashTableWithZone(_:_:)NSCountHashTable(_:)NSCreateHashTable(_:_:)NSCreateHashTableWithZone(_:_:_:)NSEndHashTableEnumeration(_:)NSEnumerateHashTable(_:)NSFreeHashTable(_:)NSHashGet(_:_:)NSHashInsert(_:_:)NSHashInsertIfAbsent(_:_:)NSHashInsertKnownAbsent(_:_:)NSHashRemove(_:_:)NSResetHashTable(_:)