FMIceLinkMutablePair Class Reference
| Inherits from | NSObject | 
|---|---|
| Conforms to | T1 T2 __covariant  | 
| Declared in | FMIceLinkMutablePair.h FMIceLinkMutablePair.m  | 
– initWithItem1:item2:
	
Initializes a new instance of the FMIceLinkMutablePair`2 class.
			- (instancetype)initWithItem1:(id)item1 item2:(id)item2Parameters
item1 | 
						First item the tuple holds.  | 
					
|---|---|
item2 | 
						Second item the tuple holds.  | 
					
Discussion
Initializes a new instance of the FMIceLinkMutablePair`2 class.
			Declared In
FMIceLinkMutablePair.h
– item1
	
Gets the first item in the tuple.
			- (id)item1Discussion
Gets the first item in the tuple.
			Declared In
FMIceLinkMutablePair.h
– item2
	
Gets the second item in the tuple.
			- (id)item2Discussion
Gets the second item in the tuple.
			Declared In
FMIceLinkMutablePair.h
+ mutablePairWithItem1:item2:
	
Initializes a new instance of the FMIceLinkMutablePair`2 class.
			+ (FMIceLinkMutablePair *)mutablePairWithItem1:(id)item1 item2:(id)item2Parameters
item1 | 
						First item the tuple holds.  | 
					
|---|---|
item2 | 
						Second item the tuple holds.  | 
					
Discussion
Initializes a new instance of the FMIceLinkMutablePair`2 class.
			Declared In
FMIceLinkMutablePair.h
– setItem1:
	
Sets the first item in the tuple.
			- (void)setItem1:(id)valueDiscussion
Sets the first item in the tuple.
			Declared In
FMIceLinkMutablePair.h
– setItem2:
	
Sets the second item in the tuple.
			- (void)setItem2:(id)valueDiscussion
Sets the second item in the tuple.
			Declared In
FMIceLinkMutablePair.h