Uses of Class
com.jniwrapper.macosx.cocoa.nsset.NSSet

Packages that use NSSet
com.jniwrapper.macosx.cocoa.nsset   
 

Uses of NSSet in com.jniwrapper.macosx.cocoa.nsset
 

Subclasses of NSSet in com.jniwrapper.macosx.cocoa.nsset
 class NSCountedSet
          This class represents NSCountedSet class.
 class NSMutableSet
          This class represents NSMutableSet class.
 

Methods in com.jniwrapper.macosx.cocoa.nsset that return NSSet
static NSSet NSSet.NSSet_setWithObject(Id object)
          This method represents the setWithObject static constructor of the NSSet Objective-C class.
static NSSet NSSet.NSSet_setWithSet(NSSet set)
          This method represents the setWithSet static constructor of the NSSet Objective-C class.
static NSSet NSSet.NSSet_setWithObjects(Id firstObj, com.jniwrapper.Parameter[] parameters)
          This method represents the setWithObjects static constructor of the NSSet Objective-C class.
static NSSet NSSet.NSSet_setWithArray(NSArray array)
          This method represents the setWithArray static constructor of the NSSet Objective-C class.
static NSSet NSSet.NSSet_set()
          This method represents the set static constructor of the NSSet Objective-C class.
static NSSet NSSet.NSSet_setWithObjects_count(Id objs, com.jniwrapper.UInt16 cnt)
          This method represents the setWithObjects static constructor of the NSSet Objective-C class.
 

Methods in com.jniwrapper.macosx.cocoa.nsset with parameters of type NSSet
static NSSet NSSet.NSSet_setWithSet(NSSet set)
          This method represents the setWithSet static constructor of the NSSet Objective-C class.
 com.jniwrapper.Bool NSSet.isEqualToSet(NSSet otherSet)
           
 com.jniwrapper.Bool NSSet.isSubsetOfSet(NSSet otherSet)
           
 Id NSSet.initWithSet(NSSet set)
           
 Id NSSet.initWithSet_copyItems(NSSet set, boolean flag)
          This method represents the initWithSet() method of the NSSet Objective-C class.
 com.jniwrapper.Bool NSSet.intersectsSet(NSSet otherSet)
           
 void NSMutableSet.setSet(NSSet otherSet)
           
 void NSMutableSet.minusSet(NSSet otherSet)
           
 void NSMutableSet.unionSet(NSSet otherSet)
           
 void NSMutableSet.intersectSet(NSSet otherSet)
           
 Id NSCountedSet.initWithSet(NSSet set)