Manages ordered collections of 2 objects.
More...
#import <NSADataObject.h>
|
id | first |
| first object More...
|
|
id | second |
| second object More...
|
|
NSUInteger | count |
| Returns the number of objects currently in the data object. More...
|
|
NSArray * | allObjects |
| Returns an array containing the container’s members, or an empty array if the container has no members. More...
|
|
Manages ordered collections of 2 objects.
- (instancetype) initWithFirst: |
|
(id) |
first |
second: |
|
(id) |
second |
|
|
| |
Initilize a tuple containing first as first object and second as second object.
- Parameters
-
first | Value for first |
second | Value for second |
- Returns
- A tuple with first and second value.
Creates and returns an empty tuple.
- Returns
- An empty tuple.
+ (instancetype) tupleWithFirst: |
|
(id) |
first |
second: |
|
(id) |
second |
|
|
| |
Creates and returns a tuple containing first as first object and second as second object.
- See also
- - initWithFirst:second:
|
readnonatomicunsafe_unretained |
|
readnonatomicunsafe_unretained |
The documentation for this class was generated from the following file: