|
WebObjects 5.2.3 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NSMutableArray | |
com.webobjects.eocontrol | Provides infrastructure for creating and manging enterprise objects. |
com.webobjects.foundation | Provides a set of robust and mature core classes, including utility, collection, key-value coding, time and date, notification, and debug logging classes. |
com.webobjects.webservices.client | Provides classes that can be used to create a client to consume Web services provided by other applications. |
com.webobjects.woextensions | The WebObjects Extensions are non-synchronizing reusable components defined in the WebObjects Extensions Framework, which is included in every WebObjects Application project. |
Uses of NSMutableArray in com.webobjects.eocontrol |
Methods in com.webobjects.eocontrol with parameters of type NSMutableArray | |
static void |
EOSortOrdering.sortArrayUsingKeyOrderArray(NSMutableArray array,
NSArray sortOrderings)
Sorts objects in array in place according to the
EOSortOrderings in sortOrderings . |
static void |
EOQualifier.filterArrayWithQualifier(NSMutableArray array,
EOQualifier qualifier)
Filters array in place so that it contains only objects matching qualifier. |
Uses of NSMutableArray in com.webobjects.foundation |
Methods in com.webobjects.foundation that return NSMutableArray | |
NSMutableArray |
NSMutableArray.mutableClone()
Creates a new NSMutableArray with the same elements as this array. |
NSMutableArray |
NSArray.mutableClone()
NSArray's implementation creates a new NSMutableArray with this array's elements, not copies. |
Uses of NSMutableArray in com.webobjects.webservices.client |
Methods in com.webobjects.webservices.client that return NSMutableArray | |
NSMutableArray |
WOClientOperation.parameters()
Returns an NSMutableArray containing WOClientParameters for the parameters taken by this operation. |
NSMutableArray |
WOClientOperation.returnTypes()
Returns an NSMutableArray of WOClientParameters representing the types returned by the operation. |
Uses of NSMutableArray in com.webobjects.woextensions |
Fields in com.webobjects.woextensions declared as NSMutableArray | |
NSMutableArray |
WOEventDisplayPage.eofEvents
|
NSMutableArray |
WOEventDisplayPage.webEvents
|
|
Last updated Thu Oct 21 15:04:16 PDT 2004. | ||||||||||
PREV NEXT | FRAMES NO FRAMES |