org.rococoa.cocoa.foundation.categories
Interface NSMutableSetCreation

All Superinterfaces:
ObjCObject

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

Method Detail

initWithCapacity

NSMutableSet initWithCapacity(NSUInteger numItems)
Original signature : -(id)initWithCapacity:(NSUInteger)
from NSMutableSetCreation native declaration : NSSet.h:90



Copyright © 2009. All Rights Reserved.