com.cassinidivision.core.eocontrol
Class EOSortOrdering_Helper
java.lang.Object
com.cassinidivision.core.eocontrol.EOSortOrdering_Helper
- public class EOSortOrdering_Helper
- extends Object
EOSortOrdering-related utility methods.
EOSortOrdering_Helper
public EOSortOrdering_Helper()
sortedArrayWithKey
public static NSArray sortedArrayWithKey(NSArray array,
String key)
- Retrieve an array of objects sorted in ascending order according to the attribute provided.
- Parameters:
array
- An array of EO instances.key
- The name of an attribute common to all EO instances.
- Returns:
- The sorted EO instances.
- See Also:
EOSortOrdering.sortedArrayUsingKeyOrderArray(NSArray, NSArray)