org.rococoa.cocoa.foundation
Interface NSMutableDictionary._Class

All Superinterfaces:
ObjCClass, ObjCObject
Enclosing class:
NSMutableDictionary

public static interface NSMutableDictionary._Class
extends ObjCClass


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.rococoa.ObjCClass
ObjCClass._Class
 
Field Summary
 
Fields inherited from interface org.rococoa.ObjCClass
CLASS
 
Method Summary
 NSMutableDictionary dictionaryWithCapacity(int numItems)
           
 NSMutableDictionary dictionaryWithDictionary(NSDictionary dict)
           
 NSMutableDictionary dictionaryWithObjects_forKeys(NSArray objects, NSArray keys)
           
 NSMutableDictionary dictionaryWithObjectsAndKeys(NSObject... objects)
           
 
Methods inherited from interface org.rococoa.ObjCObject
id
 

Method Detail

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.