
Public Member Functions | |
| ERXSortOrderings (NSArray< EOSortOrdering > sortOrderings) | |
| ERXSortOrderings (EOSortOrdering...sortOrderings) | |
| ERXSortOrderings (EOSortOrdering sortOrdering) | |
| ERXSortOrderings () | |
| ERXSortOrderings | then (EOSortOrdering nextSortOrdering) |
Package Functions | |
| public< T > void | sort (NSMutableArray< T > array) |
| public< T > NSArray< T > | sorted (NSArray< T > array) |
| ERXSortOrderings | ( | ) |
Constructs an empty ERXSortOrderings.
| ERXSortOrderings | ( | EOSortOrdering | sortOrdering | ) |
Constructs an ERXSortOrderings with one sort order.
| sortOrdering | the sort ordering to add |
| ERXSortOrderings | ( | EOSortOrdering... | sortOrderings | ) |
Constructs an ERXSortOrderings with the list of sort orders.
| sortOrderings | the sort orderings to add |
| ERXSortOrderings | ( | NSArray< EOSortOrdering > | sortOrderings | ) |
Constructs an ERXSortOrderings with the array of sort orders.
| sortOrderings | the sort orderings to add |
| public<T> void sort | ( | NSMutableArray< T > | array | ) | [package] |
Sorts the given array with this sort ordering.
| <T> | the type of the array | |
| array | the array to sort |
| public<T> NSArray<T> sorted | ( | NSArray< T > | array | ) | [package] |
Returns an array sorted with this sort ordering.
| <T> | the type of the array | |
| array | the array to sort |
| ERXSortOrderings then | ( | EOSortOrdering | nextSortOrdering | ) |
Adds the given sort ordering to the end of this list and returns "this" so it can be chained again.
| nextSortOrdering | the sort ordering to add |
1.5.8