org.rococoa.cocoa.foundation
Interface NSDictionary._Class

All Superinterfaces:
NSClass, NSObject
Enclosing class:
NSDictionary

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

Method Detail

dictionaryWithObjects_forKeys

NSDictionary dictionaryWithObjects_forKeys(NSArray objects,
                                           NSArray keys)

dictionaryWithObjectsAndKeys

NSDictionary dictionaryWithObjectsAndKeys(NSObject... objects)


Copyright © 2009. All Rights Reserved.