WebObjects 5.3

Uses of Class
com.webobjects.foundation.NSMutableSet

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
 void EOOrQualifier.addQualifierKeysToSet(NSMutableSet qualKeys)
          Adds the receiver's qualifier keys to qualKeys.
 void EOAndQualifier.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.
abstract  void EOQualifier.addQualifierKeysToSet(NSMutableSet qualifierKeys)
          Adds the receiver's qualifier keys to qualifierKeys.
 

Uses of NSMutableSet in com.webobjects.foundation
 

Methods in com.webobjects.foundation that return NSMutableSet
 NSMutableSet NSMutableSet.mutableClone()
          Creates a new NSMutableSet which has the same members as this set.
 NSMutableSet NSSet.mutableClone()
          This method creates a duplicate NSMutableSet with the same objects.
 


Last updated Thu May 26 13:46:12 PDT 2005.

Copyright © 2005 Apple Computer, Inc.