|
||||||||||
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.NSIndexSet
public abstract class NSIndexSet
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 |
NSIndexSet._class_
|
static class |
NSIndexSet._indexSetFlags_struct
native declaration : NSIndexSet.h:85 Conversion Error : /// Original signature : -(BOOL)intersectsIndexesInRange:() - (BOOL)intersectsIndexesInRange:(null)range; (Argument range cannot be converted) |
static class |
NSIndexSet._internal_union
|
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.NSMutableCopying |
---|
NSMutableCopying._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 | |
---|---|
NSIndexSet()
|
Method Summary | |
---|---|
static NSIndexSet |
alloc()
|
abstract boolean |
containsIndex(NSUInteger value)
Original signature : -(BOOL)containsIndex:(NSUInteger) native declaration : NSIndexSet.h:81 |
abstract boolean |
containsIndexes(NSIndexSet indexSet)
Original signature : -(BOOL)containsIndexes:(NSIndexSet*) native declaration : NSIndexSet.h:83 |
abstract NSUInteger |
count()
Original signature : -(NSUInteger)count native declaration : NSIndexSet.h:62 |
static NSIndexSet |
create()
Factory method |
static NSIndexSet |
createWithIndex(NSUInteger value)
Factory method |
static NSIndexSet |
createWithIndexSet(NSIndexSet indexSet)
Factory method |
abstract NSUInteger |
firstIndex()
The following six methods will return NSNotFound if there is no index in the set satisfying the query. |
static NSIndexSet._class_ |
getNSClass()
|
abstract NSUInteger |
indexGreaterThanIndex(NSUInteger value)
Original signature : -(NSUInteger)indexGreaterThanIndex:(NSUInteger) native declaration : NSIndexSet.h:68 |
abstract NSUInteger |
indexGreaterThanOrEqualToIndex(NSUInteger value)
Original signature : -(NSUInteger)indexGreaterThanOrEqualToIndex:(NSUInteger) native declaration : NSIndexSet.h:70 |
abstract NSUInteger |
indexLessThanIndex(NSUInteger value)
Original signature : -(NSUInteger)indexLessThanIndex:(NSUInteger) native declaration : NSIndexSet.h:69 |
abstract NSUInteger |
indexLessThanOrEqualToIndex(NSUInteger value)
Original signature : -(NSUInteger)indexLessThanOrEqualToIndex:(NSUInteger) native declaration : NSIndexSet.h:71 |
static NSIndexSet |
indexSet()
Original signature : +(id)indexSet native declaration : NSIndexSet.h:51 |
static NSIndexSet |
indexSetWithIndex(NSUInteger value)
Original signature : +(id)indexSetWithIndex:(NSUInteger) native declaration : NSIndexSet.h:52 |
abstract NSIndexSet |
init()
Original signature : -(id)init native declaration : NSIndexSet.h:55 |
abstract NSIndexSet |
initWithIndex(NSUInteger value)
Original signature : -(id)initWithIndex:(NSUInteger) native declaration : NSIndexSet.h:56 |
abstract NSIndexSet |
initWithIndexSet(NSIndexSet indexSet)
designated initializer Original signature : -(id)initWithIndexSet:(NSIndexSet*) native declaration : NSIndexSet.h:58 |
abstract boolean |
isEqualToIndexSet(NSIndexSet indexSet)
Original signature : -(BOOL)isEqualToIndexSet:(NSIndexSet*) native declaration : NSIndexSet.h:60 |
abstract NSUInteger |
lastIndex()
Original signature : -(NSUInteger)lastIndex native declaration : NSIndexSet.h:67 |
static NSIndexSet |
new_()
|
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.NSCopying |
---|
copyWithZone |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSMutableCopying |
---|
mutableCopyWithZone |
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 NSIndexSet()
Method Detail |
---|
public static NSIndexSet indexSet()
+(id)indexSet
public static NSIndexSet indexSetWithIndex(NSUInteger value)
+(id)indexSetWithIndex:(NSUInteger)
public abstract NSIndexSet init()
-(id)init
init
in class NSObject
public static NSIndexSet create()
init()
public abstract NSIndexSet initWithIndex(NSUInteger value)
-(id)initWithIndex:(NSUInteger)
public static NSIndexSet createWithIndex(NSUInteger value)
initWithIndex(org.rococoa.cocoa.foundation.NSUInteger)
public abstract NSIndexSet initWithIndexSet(NSIndexSet indexSet)
-(id)initWithIndexSet:(NSIndexSet*)
public static NSIndexSet createWithIndexSet(NSIndexSet indexSet)
initWithIndexSet(org.rococoa.cocoa.foundation.NSIndexSet)
public abstract boolean isEqualToIndexSet(NSIndexSet indexSet)
-(BOOL)isEqualToIndexSet:(NSIndexSet*)
public abstract NSUInteger count()
-(NSUInteger)count
public abstract NSUInteger firstIndex()
-(NSUInteger)firstIndex
public abstract NSUInteger lastIndex()
-(NSUInteger)lastIndex
public abstract NSUInteger indexGreaterThanIndex(NSUInteger value)
-(NSUInteger)indexGreaterThanIndex:(NSUInteger)
public abstract NSUInteger indexLessThanIndex(NSUInteger value)
-(NSUInteger)indexLessThanIndex:(NSUInteger)
public abstract NSUInteger indexGreaterThanOrEqualToIndex(NSUInteger value)
-(NSUInteger)indexGreaterThanOrEqualToIndex:(NSUInteger)
public abstract NSUInteger indexLessThanOrEqualToIndex(NSUInteger value)
-(NSUInteger)indexLessThanOrEqualToIndex:(NSUInteger)
public abstract boolean containsIndex(NSUInteger value)
-(BOOL)containsIndex:(NSUInteger)
public abstract boolean containsIndexes(NSIndexSet indexSet)
-(BOOL)containsIndexes:(NSIndexSet*)
public static NSIndexSet alloc()
public static NSIndexSet new_()
public static NSIndexSet._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |