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

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

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

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

Methods in com.jniwrapper.macosx.cocoa.nsset that return NSMutableSet
static NSMutableSet NSMutableSet.NSMutableSet_setWithCapacity(com.jniwrapper.UInt16 numItems)
          This method represents the setWithCapacity static constructor of the NSMutableSet Objective-C class.