Documentation Archive Developer
Search
PATH  Documentation > WebObjects 4.5 > EOControl Reference

Table of Contents

NSMutableArray Additions


Category of: NSMutableArray
Declared in:
EOControl/EOSortOrdering.h




Category Description


Enterprise Objects Framework adds one method for sorting its elements according to a series of EOSortOrderings.




Instance Methods



sortUsingKeyOrderArray:

- (void)sortUsingKeyOrderArray:(NSArray *)orderings

Sorts the objects of the receiver according to the EOSortOrderings in orderings. The objects are compared by extracting the sort properties using the added NSObject method valueForKey: and sending them compare: messages.


Table of Contents