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.
All labels observed (1)
| Label | Occurrences |
|---|---|
| NSMutableSet canonical | 2 |
How this entity was disambiguated
This entity first appeared as the object of triple T9761629 — resolving that mention is where its identity was fixed. The disambiguator weighed these candidate entities and picked the highlighted one (or “None”, minting a new entity). This is how homonymy is resolved: the same surface form can point to different entities.
Target entity: NSMutableSet Context triple: [NSSet, hasMutableSubclass, NSMutableSet]
-
A.
NSSet
NSSet is an Objective-C collection class that represents an unordered, unique set of objects, commonly used in Cocoa and Cocoa Touch frameworks.
-
B.
Mutable Set
Mutable Set is a 2020 studio album by American guitarist and songwriter Blake Mills, noted for its intricate production and introspective, experimental folk-rock sound.
-
C.
Mutable Set (track)
"Mutable Set (track)" is a song by the American singer-songwriter Blake Mills from his critically acclaimed 2020 album "Mutable Set."
-
D.
NSArray
NSArray is an Objective-C class in Apple’s Foundation framework that represents an ordered, immutable collection of objects.
-
E.
Set
Set is an ancient Egyptian god associated primarily with chaos, storms, and disorder, often depicted as the adversary of his brother Osiris and the rival of Horus.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
Target entity: NSMutableSet Target entity description: 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.
-
A.
NSSet
NSSet is an Objective-C collection class that represents an unordered, unique set of objects, commonly used in Cocoa and Cocoa Touch frameworks.
-
B.
Mutable Set
Mutable Set is a 2020 studio album by American guitarist and songwriter Blake Mills, noted for its intricate production and introspective, experimental folk-rock sound.
-
C.
Mutable Set (track)
"Mutable Set (track)" is a song by the American singer-songwriter Blake Mills from his critically acclaimed 2020 album "Mutable Set."
-
D.
NSArray
NSArray is an Objective-C class in Apple’s Foundation framework that represents an ordered, immutable collection of objects.
-
E.
Set
Set is an ancient Egyptian god associated primarily with chaos, storms, and disorder, often depicted as the adversary of his brother Osiris and the rival of Horus.
- F. None of above. chosen
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 ⓘ |
How these facts were elicited
The pipeline generated the facts above by prompting gpt-5.1 with this entity's name + description and the instruction below.
You are a knowledge base construction expert. Given a subject entity and a description of it, return factual statements that you know for the subject as a JSON list of dictionaries(triples), where keys must be "subject", "predicate" and "object". The number of facts may be very high, between 25 to 50 or more, for very popular subjects. For less popular subjects, the number of facts can be very low, like 5 or 10. # Requirements - If you don't know the subject at all, return an empty list. - If the subject is not a named entity, return an empty list. - Include at least one triple where predicate is "instanceOf". - Do not get too wordy. - Separate several objects into multiple triples with one object.
Subject: NSMutableSet Description of subject: 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.
Referenced by (2)
Full triples — surface form annotated when it differs from this entity's canonical label.