org.rococoa.cocoa.foundation
Interface NSDictionary._Class

All Superinterfaces:
ObjCClass, ObjCObject
Enclosing class:
NSDictionary

public static interface NSDictionary._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
 NSDictionary dictionaryWithObjects_forKeys(NSArray objects, NSArray keys)
           
 NSDictionary dictionaryWithObjectsAndKeys(NSObject... objects)
           
 
Methods inherited from interface org.rococoa.ObjCObject
id
 

Method Detail

dictionaryWithObjects_forKeys

NSDictionary dictionaryWithObjects_forKeys(NSArray objects,
                                           NSArray keys)

dictionaryWithObjectsAndKeys

NSDictionary dictionaryWithObjectsAndKeys(NSObject... objects)


Copyright © 2012. All Rights Reserved.