A mutable 2-tuple. More...
Instance Methods | |
(T1) | - item1 |
Gets the first item in the tuple. More... | |
(T2) | - item2 |
Gets the second item in the tuple. More... | |
(void) | - setItem1: |
Sets the first item in the tuple. More... | |
(void) | - setItem2: |
Sets the second item in the tuple. More... | |
Class Methods | |
(FMLiveSwitchMutablePair *) | + mutablePairWithItem1:item2: |
Initializes a new instance of the FMLiveSwitchMutablePair`2 class. More... | |
Protected Attributes | |
__pad0__: NSObject- (instancetype) initWithItem1:(T1)item1 item2:(T2)item2 | |
A mutable 2-tuple.
- (T1) item1 |
Gets the first item in the tuple.
- (T2) item2 |
Gets the second item in the tuple.
+ (FMLiveSwitchMutablePair*) mutablePairWithItem1: | (T1) | item1 | |
item2: | (T2) | item2 | |
Initializes a new instance of the FMLiveSwitchMutablePair`2 class.
item1 | First item the tuple holds. |
item2 | Second item the tuple holds. |
- (void) setItem1: | (T1) | value |
Sets the first item in the tuple.
- (void) setItem2: | (T2) | value |
Sets the second item in the tuple.
|
protected |