WebObjects 5.2.3

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
 void NSMutableArray.sortUsingComparator(NSComparator comparator)
          Sorts this array's elements, as determined by comparator.
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.
 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
 


Last updated Thu Oct 21 15:04:16 PDT 2004.

Copyright © 2004 Apple Computer, Inc.