Uses of Class
com.jniwrapper.macosx.cocoa.nsarray.NSMutableArray

Packages that use NSMutableArray
com.jniwrapper.macosx.cocoa.nsarray   
com.jniwrapper.macosx.cocoa.nsport   
 

Uses of NSMutableArray in com.jniwrapper.macosx.cocoa.nsarray
 

Methods in com.jniwrapper.macosx.cocoa.nsarray that return NSMutableArray
static NSMutableArray NSMutableArray.NSMutableArray_arrayWithCapacity(com.jniwrapper.UInt16 numItems)
          This method represents the arrayWithCapacity static constructor of the NSMutableArray Objective-C class.
 

Uses of NSMutableArray in com.jniwrapper.macosx.cocoa.nsport
 

Methods in com.jniwrapper.macosx.cocoa.nsport with parameters of type NSMutableArray
 com.jniwrapper.Bool NSPort.sendBeforeDate_msgid_components_from_reserved(NSDate limitDate, com.jniwrapper.UInt16 msgID, NSMutableArray components, NSPort receivePort, com.jniwrapper.UInt16 headerSpaceReserved)
          This method represents the sendBeforeDate() method of the NSPort Objective-C class.
 com.jniwrapper.Bool NSPort.sendBeforeDate_components_from_reserved(NSDate limitDate, NSMutableArray components, NSPort receivePort, com.jniwrapper.UInt16 headerSpaceReserved)
          This method represents the sendBeforeDate() method of the NSPort Objective-C class.