DrawKit
Vector and illustration framework for Mac OS X
|
implements a deep copy of a dictionary and array. More...
Instance Methods | |
(NSDictionary *) | - deepCopy |
implements a deep copy of a dictionary and array.
implements a deep copy of a dictionary and array. The keys are unchanged but each object is copied.
if the dictionary contains another dictionary or an array, it is also deep copied.
to retain the semantics of a normal copy, the object returned is not autoreleased.
- (NSDictionary*) deepCopy |