org.rococoa.cocoa.foundation.categories
Interface NSDictionaryCreation
- All Known Implementing Classes:
- NSDictionary, NSMutableDictionary
public interface NSDictionaryCreation
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
initWithObjects_forKeys_count
NSDictionary initWithObjects_forKeys_count(org.rococoa.ID objects,
org.rococoa.ID keys,
int cnt)
initWithObjectsAndKeys
NSDictionary initWithObjectsAndKeys(org.rococoa.ID firstObject,
NSObject... varargs)
initWithDictionary
NSDictionary initWithDictionary(NSDictionary otherDictionary)
initWithDictionary_copyItems
NSDictionary initWithDictionary_copyItems(NSDictionary otherDictionary,
boolean flag)
initWithObjects_forKeys
NSDictionary initWithObjects_forKeys(NSArray objects,
NSArray keys)
initWithContentsOfFile
NSDictionary initWithContentsOfFile(NSString path)
initWithContentsOfURL
NSDictionary initWithContentsOfURL(NSURL url)