org.rococoa.cocoa.foundation
Interface NSMutableDictionary._Class
- All Superinterfaces:
- ObjCClass, ObjCObject
- Enclosing class:
- NSMutableDictionary
public static interface NSMutableDictionary._Class
- extends ObjCClass
dictionaryWithCapacity
NSMutableDictionary dictionaryWithCapacity(int numItems)
dictionaryWithObjects_forKeys
NSMutableDictionary dictionaryWithObjects_forKeys(NSArray objects,
NSArray keys)
dictionaryWithObjectsAndKeys
NSMutableDictionary dictionaryWithObjectsAndKeys(NSObject... objects)
dictionaryWithDictionary
NSMutableDictionary dictionaryWithDictionary(NSDictionary dict)
Copyright © 2012. All Rights Reserved.