| Class | Description |
|---|---|
| NSArray |
Ordered list of
NSObjects. |
| NSBoolean |
Represents a value of either
Boolean.TRUE or Boolean.FALSE. |
| NSCollection |
Parent class to
NSArray and NSDictionary
to make these classes, which contain NSObjects themselves,
easier identifiable. |
| NSData |
Represents a binary blob.
|
| NSDate |
Represents a date and time.
|
| NSDictionary |
A key/value store,
with
String as keys and NSObject as values. |
| NSInteger |
Represents an integer number between -2^63 and 2^63-1.
|
| NSNumber |
Represents a number.
|
| NSObject |
Every Property List contains one or more
NSObjects. |
| NSReal |
Represents an real number of 64 bits in size.
|
| NSString |
Represents a string.
|
| NSUID |
A NSUID object is rarely seen in the wild.
|