FMIceLinkMutablePair Class Reference

Inherits from NSObject
Conforms to T1
T2
__covariant
Declared in FMIceLinkMutablePair.h
FMIceLinkMutablePair.m

Overview

A mutable 2-tuple.

First type the tuple holds.Second type the tuple holds.

– initWithItem1:item2:

Initializes a new instance of the FMIceLinkMutablePair`2 class.
- (instancetype)initWithItem1:(id)item1 item2:(id)item2

Parameters

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)item1

Discussion

Gets the first item in the tuple.

Declared In

FMIceLinkMutablePair.h

– item2

Gets the second item in the tuple.
- (id)item2

Discussion

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)item2

Parameters

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)value

Discussion

Sets the first item in the tuple.

Declared In

FMIceLinkMutablePair.h

– setItem2:

Sets the second item in the tuple.
- (void)setItem2:(id)value

Discussion

Sets the second item in the tuple.

Declared In

FMIceLinkMutablePair.h