|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NSArrayCreation
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 |
NSArrayCreation._static_
|
Method Summary | |
---|---|
NSArray |
initWithArray_copyItems(NSArray array,
boolean flag)
Original signature : -(id)initWithArray:(NSArray*) copyItems:(BOOL) from NSArrayCreation native declaration : NSArray.h:94 |
NSArray |
initWithArray(NSArray array)
Original signature : -(id)initWithArray:(NSArray*) from NSArrayCreation native declaration : NSArray.h:93 |
NSArray |
initWithContentsOfFile(NSString path)
Original signature : -(id)initWithContentsOfFile:(NSString*) from NSArrayCreation native declaration : NSArray.h:98 |
NSArray |
initWithContentsOfURL(NSURL url)
Original signature : -(id)initWithContentsOfURL:(NSURL*) from NSArrayCreation native declaration : NSArray.h:99 |
NSArray |
initWithObjects_count(ObjCObject[] objects,
NSUInteger cnt)
Original signature : -(id)initWithObjects:(const id*) count:(NSUInteger) from NSArrayCreation native declaration : NSArray.h:91 |
NSArray |
initWithObjects_count(ObjCObject objects,
NSUInteger cnt)
Deprecated. use the safer methods initWithObjects_count(org.rococoa.ObjCObject[], org.rococoa.cocoa.foundation.NSUInteger) and initWithObjects_count(org.rococoa.ObjCObject, org.rococoa.cocoa.foundation.NSUInteger) instead |
NSArray |
initWithObjects(ObjCObject firstObj,
NSObject... varargs)
Original signature : -(id)initWithObjects:(id), ... |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Method Detail |
---|
@Deprecated NSArray initWithObjects_count(ObjCObject objects, NSUInteger cnt)
initWithObjects_count(org.rococoa.ObjCObject[], org.rococoa.cocoa.foundation.NSUInteger)
and initWithObjects_count(org.rococoa.ObjCObject, org.rococoa.cocoa.foundation.NSUInteger)
instead
-(id)initWithObjects:(const id*) count:(NSUInteger)
NSArray initWithObjects_count(ObjCObject[] objects, NSUInteger cnt)
-(id)initWithObjects:(const id*) count:(NSUInteger)
NSArray initWithObjects(ObjCObject firstObj, NSObject... varargs)
-(id)initWithObjects:(id), ...
NSArray initWithArray(NSArray array)
-(id)initWithArray:(NSArray*)
NSArray initWithArray_copyItems(NSArray array, boolean flag)
-(id)initWithArray:(NSArray*) copyItems:(BOOL)
NSArray initWithContentsOfFile(NSString path)
-(id)initWithContentsOfFile:(NSString*)
NSArray initWithContentsOfURL(NSURL url)
-(id)initWithContentsOfURL:(NSURL*)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |