NSArray
E770627
NSArray is an Objective-C class in Apple’s Foundation framework that represents an ordered, immutable collection of objects.
All labels observed (1)
| Label | Occurrences |
|---|---|
| NSArray canonical | 2 |
How this entity was disambiguated
This entity first appeared as the object of triple T9004015 — 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.
NED1
Entity disambiguation (via context triple)
gpt-5-mini-2025-08-07
Target entity: NSArray Context triple: [Foundation framework, includes, NSArray]
-
A.
Array
Array is a fundamental Swift collection type that stores an ordered, indexable list of values of the same type.
-
B.
ARRAY
ARRAY is a film distribution and resource collective dedicated to amplifying the work of women and people of color in the independent film industry.
-
C.
NSString
NSString is an Objective-C class representing immutable Unicode strings, widely used as the primary string type in Apple’s Cocoa and Cocoa Touch frameworks.
-
D.
System.Array
System.Array is the fundamental base class in .NET for all arrays, providing common methods and properties for creating, manipulating, and accessing fixed-size collections of elements.
-
E.
NSData
NSData is a fundamental Objective-C class in Apple’s Foundation framework that represents immutable raw binary data.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
NED2
Entity disambiguation (via description)
gpt-5-mini-2025-08-07
Target entity: NSArray Target entity description: NSArray is an Objective-C class in Apple’s Foundation framework that represents an ordered, immutable collection of objects.
-
A.
Array
Array is a fundamental Swift collection type that stores an ordered, indexable list of values of the same type.
-
B.
ARRAY
ARRAY is a film distribution and resource collective dedicated to amplifying the work of women and people of color in the independent film industry.
-
C.
NSString
NSString is an Objective-C class representing immutable Unicode strings, widely used as the primary string type in Apple’s Cocoa and Cocoa Touch frameworks.
-
D.
System.Array
System.Array is the fundamental base class in .NET for all arrays, providing common methods and properties for creating, manipulating, and accessing fixed-size collections of elements.
-
E.
NSData
NSData is a fundamental Objective-C class in Apple’s Foundation framework that represents immutable raw binary data.
- F. None of above. chosen
Statements (48)
| Predicate | Object |
|---|---|
| instanceOf |
Foundation framework class
ⓘ
Objective-C class ⓘ |
| accessMethod |
-firstObject
ⓘ
-lastObject ⓘ -objectAtIndex: ⓘ |
| bridgedTo | Swift Array NERFINISHED ⓘ |
| collectionType | ordered collection ⓘ |
| conformsTo |
NSCopying
NERFINISHED
ⓘ
NSFastEnumeration NERFINISHED ⓘ NSMutableCopying NERFINISHED ⓘ NSSecureCoding NERFINISHED ⓘ |
| creationMethod |
+array
ⓘ
+arrayWithArray: ⓘ +arrayWithObject: ⓘ +arrayWithObjects: ⓘ |
| definedInFramework | Foundation NERFINISHED ⓘ |
| definedInModule | Foundation NERFINISHED ⓘ |
| descriptionMethod | -description ⓘ |
| elementType | Objective-C object ⓘ |
| enumerationMethod | -enumerateObjectsUsingBlock: ⓘ |
| hasMutableSubclass | NSMutableArray NERFINISHED ⓘ |
| headerFile | Foundation/NSArray.h NERFINISHED ⓘ |
| initializationMethod |
-initWithArray:
ⓘ
-initWithObjects: ⓘ |
| introducedBy | NeXTSTEP Foundation NERFINISHED ⓘ |
| isGenericInSwift | YES ⓘ |
| joiningMethod | -componentsJoinedByString: ⓘ |
| mutability | immutable ⓘ |
| nullabilityAnnotation | nullable elements ⓘ |
| ownedBy | Apple Inc. NERFINISHED ⓘ |
| platform |
Apple
NERFINISHED
ⓘ
iOS ⓘ macOS ⓘ tvOS NERFINISHED ⓘ watchOS NERFINISHED ⓘ |
| programmingLanguage | Objective-C NERFINISHED ⓘ |
| queryMethod |
-containsObject:
ⓘ
-indexOfObject: ⓘ |
| sortingMethod |
-sortedArrayUsingComparator:
ⓘ
-sortedArrayUsingSelector: ⓘ |
| storesRetainedObjects | YES ⓘ |
| subarrayMethod | -subarrayWithRange: ⓘ |
| superclass | NSObject NERFINISHED ⓘ |
| supportsFastEnumeration | YES GENERATED ⓘ |
| supportsKVC | YES GENERATED ⓘ |
| supportsKVO | YES GENERATED ⓘ |
| threadSafety | instances are generally immutable and thread-safe ⓘ |
| tollFreeBridgedTo | CFArrayRef ⓘ |
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.
Instruction
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.
Input
Subject: NSArray Description of subject: NSArray is an Objective-C class in Apple’s Foundation framework that represents an ordered, immutable collection of objects.
Referenced by (2)
Full triples — surface form annotated when it differs from this entity's canonical label.