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.
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)