DrawKit
Vector and illustration framework for Mac OS X
Instance Methods | List of all members
NSDictionary(DeepCopy) Category Reference

implements a deep copy of a dictionary and array. More...

Instance Methods

(NSDictionary *) - deepCopy
 

Detailed Description

implements a deep copy of a dictionary and array.

Author
Contributions from the community; see CONTRIBUTORS.md
Date
2005-2015

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.

Method Documentation

- (NSDictionary*) deepCopy