|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NSExtendedMutableSet
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 |
NSExtendedMutableSet._static_
|
Method Summary | |
---|---|
void |
addObjectsFromArray(NSArray array)
Original signature : -(void)addObjectsFromArray:(NSArray*) from NSExtendedMutableSet native declaration : NSSet.h:77 |
void |
intersectSet(NSSet otherSet)
Original signature : -(void)intersectSet:(NSSet*) from NSExtendedMutableSet native declaration : NSSet.h:78 |
void |
minusSet(NSSet otherSet)
Original signature : -(void)minusSet:(NSSet*) from NSExtendedMutableSet native declaration : NSSet.h:79 |
void |
removeAllObjects()
Original signature : -(void)removeAllObjects from NSExtendedMutableSet native declaration : NSSet.h:80 |
void |
setSet(NSSet otherSet)
Original signature : -(void)setSet:(NSSet*) from NSExtendedMutableSet native declaration : NSSet.h:83 |
void |
unionSet(NSSet otherSet)
Original signature : -(void)unionSet:(NSSet*) from NSExtendedMutableSet native declaration : NSSet.h:81 |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Method Detail |
---|
void addObjectsFromArray(NSArray array)
-(void)addObjectsFromArray:(NSArray*)
void intersectSet(NSSet otherSet)
-(void)intersectSet:(NSSet*)
void minusSet(NSSet otherSet)
-(void)minusSet:(NSSet*)
void removeAllObjects()
-(void)removeAllObjects
void unionSet(NSSet otherSet)
-(void)unionSet:(NSSet*)
void setSet(NSSet otherSet)
-(void)setSet:(NSSet*)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |