WebObjects 5.2

Uses of Class
com.webobjects.foundation.NSComparator.ComparisonException

Packages that use NSComparator.ComparisonException
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 NSComparator.ComparisonException in com.webobjects.foundation
 

Methods in com.webobjects.foundation that throw NSComparator.ComparisonException
 NSArray NSArray.sortedArrayUsingComparator(NSComparator comparator)
          This method creates a new array with this array's element which have been sorted in an order based on the comparator operation.
 NSArray NSArray.sortedArrayUsingSelector(NSSelector selector)
          Deprecated. use sortedArrayUsingComparator instead
abstract  int NSComparator.compare(Object object1, Object object2)
          Compares the values of object1 and object2 and returns the result, one of OrderedAscending, OrderedSame, or OrderedDescending.
 void NSMutableArray.sortUsingComparator(NSComparator comparator)
          Sorts this array's elements, as determined by comparator.
 


Last updated Fri Feb 21 13:15:00 PST 2003.

Copyright © 2003 Apple Computer, Inc.