org.rococoa.cocoa.foundation.categories
Interface NSExtendedSet

All Superinterfaces:
ObjCObject

public interface NSExtendedSet
extends ObjCObject

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 NSExtendedSet._static_
           
 
Method Summary
 NSArray allObjects()
          Original signature : -(NSArray*)allObjects
from NSExtendedSet native declaration : NSSet.h:23
 NSObject anyObject()
          Original signature : -(id)anyObject
from NSExtendedSet native declaration : NSSet.h:24
 boolean containsObject(ObjCObject anObject)
          Original signature : -(BOOL)containsObject:(id)
from NSExtendedSet native declaration : NSSet.h:25
 NSString descriptionWithLocale(ObjCObject locale)
          Original signature : -(NSString*)descriptionWithLocale:(id)
from NSExtendedSet native declaration : NSSet.h:27
 boolean intersectsSet(NSSet otherSet)
          Original signature : -(BOOL)intersectsSet:(NSSet*)
from NSExtendedSet native declaration : NSSet.h:28
 boolean isEqualToSet(NSSet otherSet)
          Original signature : -(BOOL)isEqualToSet:(NSSet*)
from NSExtendedSet native declaration : NSSet.h:29
 boolean isSubsetOfSet(NSSet otherSet)
          Original signature : -(BOOL)isSubsetOfSet:(NSSet*)
from NSExtendedSet native declaration : NSSet.h:30
 void makeObjectsPerformSelector_withObject(Selector aSelector, ObjCObject argument)
          Original signature : -(void)makeObjectsPerformSelector:(SEL) withObject:(id)
from NSExtendedSet native declaration : NSSet.h:33
 void makeObjectsPerformSelector(Selector aSelector)
          Original signature : -(void)makeObjectsPerformSelector:(SEL)
from NSExtendedSet native declaration : NSSet.h:32
 NSSet setByAddingObject(ObjCObject anObject)
          Original signature : -(NSSet*)setByAddingObject:(id)
from NSExtendedSet native declaration : NSSet.h:35
 NSSet setByAddingObjectsFromArray(NSArray other)
          Original signature : -(NSSet*)setByAddingObjectsFromArray:(NSArray*)
from NSExtendedSet native declaration : NSSet.h:37
 NSSet setByAddingObjectsFromSet(NSSet other)
          Original signature : -(NSSet*)setByAddingObjectsFromSet:(NSSet*)
from NSExtendedSet native declaration : NSSet.h:36
 
Methods inherited from interface org.rococoa.ObjCObject
id
 

Method Detail

allObjects

NSArray allObjects()
Original signature : -(NSArray*)allObjects
from NSExtendedSet native declaration : NSSet.h:23


anyObject

NSObject anyObject()
Original signature : -(id)anyObject
from NSExtendedSet native declaration : NSSet.h:24


containsObject

boolean containsObject(ObjCObject anObject)
Original signature : -(BOOL)containsObject:(id)
from NSExtendedSet native declaration : NSSet.h:25


descriptionWithLocale

NSString descriptionWithLocale(ObjCObject locale)
Original signature : -(NSString*)descriptionWithLocale:(id)
from NSExtendedSet native declaration : NSSet.h:27


intersectsSet

boolean intersectsSet(NSSet otherSet)
Original signature : -(BOOL)intersectsSet:(NSSet*)
from NSExtendedSet native declaration : NSSet.h:28


isEqualToSet

boolean isEqualToSet(NSSet otherSet)
Original signature : -(BOOL)isEqualToSet:(NSSet*)
from NSExtendedSet native declaration : NSSet.h:29


isSubsetOfSet

boolean isSubsetOfSet(NSSet otherSet)
Original signature : -(BOOL)isSubsetOfSet:(NSSet*)
from NSExtendedSet native declaration : NSSet.h:30


makeObjectsPerformSelector

void makeObjectsPerformSelector(Selector aSelector)
Original signature : -(void)makeObjectsPerformSelector:(SEL)
from NSExtendedSet native declaration : NSSet.h:32


makeObjectsPerformSelector_withObject

void makeObjectsPerformSelector_withObject(Selector aSelector,
                                           ObjCObject argument)
Original signature : -(void)makeObjectsPerformSelector:(SEL) withObject:(id)
from NSExtendedSet native declaration : NSSet.h:33


setByAddingObject

NSSet setByAddingObject(ObjCObject anObject)
Original signature : -(NSSet*)setByAddingObject:(id)
from NSExtendedSet native declaration : NSSet.h:35


setByAddingObjectsFromSet

NSSet setByAddingObjectsFromSet(NSSet other)
Original signature : -(NSSet*)setByAddingObjectsFromSet:(NSSet*)
from NSExtendedSet native declaration : NSSet.h:36


setByAddingObjectsFromArray

NSSet setByAddingObjectsFromArray(NSArray other)
Original signature : -(NSSet*)setByAddingObjectsFromArray:(NSArray*)
from NSExtendedSet native declaration : NSSet.h:37



Copyright © 2009. All Rights Reserved.