Samond Classes Library 1.2.6-STABLE build 219
|
Collections communications protocol. More...
#import <SCCollectioning.h>
Instance Properties | |
NSString * | className |
Collection Support | |
(id) | - copyObject |
(SCComparisonResult) | - compareWithObject: |
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.
- (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).
|
readnonatomiccopy |
A name of the receiving instance class