|
WebObjects 5.2.3 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NSMutableSet | |
com.webobjects.directtoweb | Provides the framework for rapid development of HTML-based WebObjects applications. |
com.webobjects.eoaccess | Provides the data access mechanisms for the Enterprise Objects technology. |
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. |
Uses of NSMutableSet in com.webobjects.directtoweb |
Methods in com.webobjects.directtoweb with parameters of type NSMutableSet | |
void |
NonNullQualifier.addQualifierKeysToSet(NSMutableSet qualKeys)
|
void |
BooleanQualifier.addQualifierKeysToSet(NSMutableSet qualKeys)
|
Uses of NSMutableSet in com.webobjects.eoaccess |
Methods in com.webobjects.eoaccess with parameters of type NSMutableSet | |
void |
EOSQLQualifier.addQualifierKeysToSet(NSMutableSet qualKeys)
Deprecated. |
Uses of NSMutableSet in com.webobjects.eocontrol |
Methods in com.webobjects.eocontrol with parameters of type NSMutableSet | |
abstract void |
EOQualifier.addQualifierKeysToSet(NSMutableSet qualifierKeys)
Adds the receiver's qualifier keys to qualifierKeys. |
void |
EOOrQualifier.addQualifierKeysToSet(NSMutableSet qualKeys)
Adds the receiver's qualifier keys to qualKeys . |
void |
EONotQualifier.addQualifierKeysToSet(NSMutableSet qualKeys)
Adds the receiver's qualifier keys to qualKeys . |
void |
EOKeyValueQualifier.addQualifierKeysToSet(NSMutableSet qualKeys)
Implements the abstract version of this method defined in EOQualfier. |
void |
EOKeyComparisonQualifier.addQualifierKeysToSet(NSMutableSet qualKeys)
Takes the receiver's leftKey and rightKey and inserts into
qualKeys ; null values are skipped. |
Uses of NSMutableSet in com.webobjects.foundation |
Methods in com.webobjects.foundation that return NSMutableSet | |
NSMutableSet |
NSSet.mutableClone()
This method creates a duplicate NSMutableSet with the same objects. |
NSMutableSet |
NSMutableSet.mutableClone()
Creates a new NSMutableSet which has the same members as this set. |
|
Last updated Thu Oct 21 15:04:16 PDT 2004. | ||||||||||
PREV NEXT | FRAMES NO FRAMES |