NSMutableSet
E820425
NSMutableSet is a Foundation framework collection class in Objective-C that represents an unordered set of unique objects whose contents can be modified after creation.
Statements (48)
| Predicate | Object |
|---|---|
| instanceOf |
Foundation framework class
ⓘ
Objective-C class ⓘ mutable collection class ⓘ |
| allowsNil | false ⓘ |
| availableOnPlatform |
iOS
ⓘ
macOS NERFINISHED ⓘ tvOS ⓘ watchOS NERFINISHED ⓘ |
| bridgedTo | NSSet NERFINISHED ⓘ |
| collectionType | set ⓘ |
| conformsTo |
NSCopying
NERFINISHED
ⓘ
NSFastEnumeration NERFINISHED ⓘ NSMutableCopying NERFINISHED ⓘ NSSecureCoding NERFINISHED ⓘ |
| creationMethod |
+ set
ⓘ
+ setWithArray: ⓘ + setWithCapacity: ⓘ + setWithObject: ⓘ + setWithObjects:count: ⓘ + setWithSet: ⓘ |
| definedInFramework | Foundation NERFINISHED ⓘ |
| headerFile | <Foundation/NSMutableSet.h> ⓘ |
| initializer |
- initWithArray:
ⓘ
- initWithCapacity: ⓘ - initWithObjects:count: ⓘ - initWithSet: ⓘ |
| introducedIn |
iOS 2.0
ⓘ
macOS 10.0 ⓘ |
| isMutable | true ⓘ |
| isSubclassOf | NSSet NERFINISHED ⓘ |
| isUnorderedCollection | true ⓘ |
| language | Objective-C ⓘ |
| method |
- addEntriesFromDictionary:
ⓘ
- addObject: ⓘ - addObjectsFromArray: ⓘ - filterUsingPredicate: ⓘ - intersectSet: ⓘ - minusSet: ⓘ - removeAllObjects ⓘ - removeObject: ⓘ - setSet: ⓘ - unionSet: ⓘ |
| module | Foundation NERFINISHED ⓘ |
| storesUniqueObjects | true ⓘ |
| superclass | NSSet NERFINISHED ⓘ |
| threadSafety | not inherently thread-safe ⓘ |
| tollFreeBridgedTo | CFMutableSetRef NERFINISHED ⓘ |
| usesHashingForMembership | true ⓘ |
Referenced by (2)
Full triples — surface form annotated when it differs from this entity's canonical label.