org.rococoa.cocoa.foundation
Interface NSMutableDictionary._Class

All Superinterfaces:
NSClass, NSObject
Enclosing class:
NSMutableDictionary

public static interface NSMutableDictionary._Class
extends NSClass


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.rococoa.NSClass
NSClass._Class
 
Field Summary
 
Fields inherited from interface org.rococoa.NSClass
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.NSObject
description, id, isKindOfClass, isKindOfClass, release, retain, retainCount
 

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 © 2009. All Rights Reserved.