org.rococoa.cocoa.foundation.categories
Interface NSSetCreation

All Known Implementing Classes:
NSCountedSet, NSMutableSet, NSSet

public interface NSSetCreation

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 NSSetCreation._static_
           
 
Method Summary
 NSSet initWithArray(NSArray array)
           
 NSSet initWithObjects_count(org.rococoa.ID objects, int cnt)
           
 NSSet initWithObjects(org.rococoa.ID firstObj, NSObject... varargs)
           
 NSSet initWithSet_copyItems(NSSet set, boolean flag)
           
 NSSet initWithSet(NSSet set)
           
 

Method Detail

initWithObjects_count

NSSet initWithObjects_count(org.rococoa.ID objects,
                            int cnt)

initWithObjects

NSSet initWithObjects(org.rococoa.ID firstObj,
                      NSObject... varargs)

initWithSet

NSSet initWithSet(NSSet set)

initWithSet_copyItems

NSSet initWithSet_copyItems(NSSet set,
                            boolean flag)

initWithArray

NSSet initWithArray(NSArray array)