|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rococoa.cocoa.foundation.NSObject
org.rococoa.cocoa.foundation.NSPointerArray
public abstract class NSPointerArray
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 class |
NSPointerArray._class_
|
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSFastEnumeration |
---|
NSFastEnumeration._static_ |
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSCopying |
---|
NSCopying._static_ |
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSCoding |
---|
NSCoding._static_ |
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
NSObject._static_ |
Constructor Summary | |
---|---|
NSPointerArray()
|
Method Summary | |
---|---|
abstract void |
addPointer(Pointer pointer)
Array like operations that slide or grow contents, including NULLs add pointer at index 'count' Original signature : -(void)addPointer:(void*) native declaration : NSPointerArray.h:40 |
static NSPointerArray |
alloc()
|
NSArrayConveniences |
as_NSPointerArray_NSArrayConveniences()
|
abstract void |
compact()
eliminate NULLs Original signature : -(void)compact native declaration : NSPointerArray.h:46 |
abstract NSUInteger |
count()
the number of elements in the array, including NULLs Original signature : -(NSUInteger)count native declaration : NSPointerArray.h:48 |
static NSPointerArray |
createWithPointerFunctions(NSPointerFunctions functions)
Factory method |
static NSPointerArray._class_ |
getNSClass()
|
abstract NSPointerArray |
initWithPointerFunctions(NSPointerFunctions functions)
Original signature : -(id)initWithPointerFunctions:(NSPointerFunctions*) native declaration : NSPointerArray.h:29 |
abstract void |
insertPointer_atIndex(Pointer item,
NSUInteger index)
everything at & above index, including holes, slide higher Original signature : -(void)insertPointer:(void*) atIndex:(NSUInteger) native declaration : NSPointerArray.h:42 |
static NSPointerArray |
new_()
|
static NSPointerArray |
pointerArrayWithPointerFunctions(NSPointerFunctions functions)
Original signature : +(id)pointerArrayWithPointerFunctions:(NSPointerFunctions*) native declaration : NSPointerArray.h:32 |
abstract Pointer |
pointerAtIndex(NSUInteger index)
Original signature : -(void*)pointerAtIndex:(NSUInteger) native declaration : NSPointerArray.h:37 |
abstract NSPointerFunctions |
pointerFunctions()
return an NSPointerFunctions object reflecting the functions in use. |
abstract void |
removePointerAtIndex(NSUInteger index)
everything above index, including holes, slide lower Original signature : -(void)removePointerAtIndex:(NSUInteger) native declaration : NSPointerArray.h:41 |
abstract void |
replacePointerAtIndex_withPointer(NSUInteger index,
Pointer item)
O(1); NULL item is okay; index must be < count Original signature : -(void)replacePointerAtIndex:(NSUInteger) withPointer:(void*) native declaration : NSPointerArray.h:44 |
abstract void |
setCount(NSUInteger count)
set desired number of elements, adding NULLs or removing items as necessary. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSFastEnumeration |
---|
countByEnumeratingWithState_objects_count |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSCopying |
---|
copyWithZone |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSCoding |
---|
encodeWithCoder, initWithCoder |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
autorelease, class_, conformsToProtocol, hash, isEqual, isMemberOfClass, isProxy, performSelector_withObject_withObject, performSelector_withObject, performSelector, respondsToSelector, self, superclass, zone |
Constructor Detail |
---|
public NSPointerArray()
Method Detail |
---|
public NSArrayConveniences as_NSPointerArray_NSArrayConveniences()
public abstract NSPointerArray initWithPointerFunctions(NSPointerFunctions functions)
-(id)initWithPointerFunctions:(NSPointerFunctions*)
public static NSPointerArray createWithPointerFunctions(NSPointerFunctions functions)
initWithPointerFunctions(org.rococoa.cocoa.foundation.NSPointerFunctions)
public static NSPointerArray pointerArrayWithPointerFunctions(NSPointerFunctions functions)
+(id)pointerArrayWithPointerFunctions:(NSPointerFunctions*)
public abstract NSPointerFunctions pointerFunctions()
-(NSPointerFunctions*)pointerFunctions
public abstract Pointer pointerAtIndex(NSUInteger index)
-(void*)pointerAtIndex:(NSUInteger)
public abstract void addPointer(Pointer pointer)
-(void)addPointer:(void*)
public abstract void removePointerAtIndex(NSUInteger index)
-(void)removePointerAtIndex:(NSUInteger)
public abstract void insertPointer_atIndex(Pointer item, NSUInteger index)
-(void)insertPointer:(void*) atIndex:(NSUInteger)
public abstract void replacePointerAtIndex_withPointer(NSUInteger index, Pointer item)
-(void)replacePointerAtIndex:(NSUInteger) withPointer:(void*)
public abstract void compact()
-(void)compact
public abstract NSUInteger count()
-(NSUInteger)count
public abstract void setCount(NSUInteger count)
-(void)setCount:(NSUInteger)
public static NSPointerArray alloc()
public static NSPointerArray new_()
public static NSPointerArray._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |