EDMutableObjectPair


Inherits From:
EDObjectPair
Declared In:
EDMutableObjectPair.h


Class Description

Mutable variant of object pair allows objects to be changed.


Method Types

- setFirstObject:
- setSecondObject:

Instance Methods

setFirstObject:

- (void)setFirstObject:(id)anObject

Sets the firstObject of the receiver to anObject.


setSecondObject:

- (void)setSecondObject:(id)anObject

Sets the secondObject of the receiver to anObject.


Version 2.0 Copyright ©2002. All Rights Reserved.