org.rococoa.cocoa.foundation.categories
Interface NSMutableDictionaryCreation

All Superinterfaces:
ObjCObject

public interface NSMutableDictionaryCreation
extends ObjCObject

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.


Nested Class Summary
static interface NSMutableDictionaryCreation._static_
           
 
Method Summary
 NSMutableDictionary initWithCapacity(NSUInteger numItems)
          Original signature : -(id)initWithCapacity:(NSUInteger)
from NSMutableDictionaryCreation native declaration : NSDictionary.h:95
 
Methods inherited from interface org.rococoa.ObjCObject
id
 

Method Detail

initWithCapacity

NSMutableDictionary initWithCapacity(NSUInteger numItems)
Original signature : -(id)initWithCapacity:(NSUInteger)
from NSMutableDictionaryCreation native declaration : NSDictionary.h:95



Copyright © 2009. All Rights Reserved.