NSMutableDictionary(ETFramework) Category Reference
| Declared in | ETDictionary.h |
Overview
NSMutableDictionary (ETFramework) its a helper category that provides better handling methods for NSMutableDictionary objects.
Instance Methods
setObjectIfNotNil:forKey:
Verifies that neither the object nor the key are nill and if so adds the object with the specified key to the NSMutableDictionary.
- (void)setObjectIfNotNil:(id)obj forKey:(id)keyParameters
- obj
The object to be added to the
NSMutableDictionary.
- key
The key that will be “linked” to the provided object.
Declared In
ETDictionary.h