Samond Classes Library 1.2.1-RELEASE build 181
|
Collections communications protocol. More...
#import <SCCollectioning.h>
Collection Support | |
(id) | - copyObject |
(SCComparisonResult) | - compareWithObject: |
(NSString *) | - className |
Collections communications protocol.
Declares methods for communicate between class instances and collections of any supported type. Defined by the protocol methods support such internal collection operations as a copying and comparing objects within the collections.
- (NSString *) className |
Returns the receiving instance class name.
- (SCComparisonResult) compareWithObject: | (id< SCCollectioning >) | object |
Returns the result of comparison the receiving instance with the specified instance.
object | - second instance for comparison |
Reimplemented in NSObject(SCObject).
- (id) copyObject |
Returns the copy of the receiving instance.
Reimplemented in NSObject(SCObject).