org.rococoa.cocoa.foundation.categories
Interface NSMutableArrayCreation

All Superinterfaces:
ObjCObject

public interface NSMutableArrayCreation
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 NSMutableArrayCreation._static_
           
 
Method Summary
 NSMutableArray initWithCapacity(NSUInteger numItems)
          Original signature : -(id)initWithCapacity:(NSUInteger)
from NSMutableArrayCreation native declaration : NSArray.h:155
 
Methods inherited from interface org.rococoa.ObjCObject
id
 

Method Detail

initWithCapacity

NSMutableArray initWithCapacity(NSUInteger numItems)
Original signature : -(id)initWithCapacity:(NSUInteger)
from NSMutableArrayCreation native declaration : NSArray.h:155



Copyright © 2009. All Rights Reserved.