|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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)
Original signature : -(id)initWithArray:(NSArray*) from NSSetCreation native declaration : NSSet.h:62 |
NSSet |
initWithObjects_count(ObjCObject objects,
NSUInteger cnt)
Original signature : -(id)initWithObjects:(id*) count:(NSUInteger) from NSSetCreation native declaration : NSSet.h:58 |
NSSet |
initWithObjects(ObjCObject firstObj,
NSObject... varargs)
Original signature : -(id)initWithObjects:(id), ... |
NSSet |
initWithSet_copyItems(NSSet set,
boolean flag)
Original signature : -(id)initWithSet:(NSSet*) copyItems:(BOOL) from NSSetCreation native declaration : NSSet.h:61 |
NSSet |
initWithSet(NSSet set)
Original signature : -(id)initWithSet:(NSSet*) from NSSetCreation native declaration : NSSet.h:60 |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Method Detail |
---|
NSSet initWithObjects_count(ObjCObject objects, NSUInteger cnt)
-(id)initWithObjects:(id*) count:(NSUInteger)
NSSet initWithObjects(ObjCObject firstObj, NSObject... varargs)
-(id)initWithObjects:(id), ...
NSSet initWithSet(NSSet set)
-(id)initWithSet:(NSSet*)
NSSet initWithSet_copyItems(NSSet set, boolean flag)
-(id)initWithSet:(NSSet*) copyItems:(BOOL)
NSSet initWithArray(NSArray array)
-(id)initWithArray:(NSArray*)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |