|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISortOrder<E>
A variable and an order that will be imposed on the values for that variable.
| Method Summary | |
|---|---|
IVariable<E> |
getVariable()
The variable whose values will be sorted. |
boolean |
isAscending()
true iff the values will be placed into an ascending sort
and false if the values will be placed into a descending
sort. |
| Method Detail |
|---|
IVariable<E> getVariable()
boolean isAscending()
true iff the values will be placed into an ascending sort
and false if the values will be placed into a descending
sort.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||