|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SearchSort
Represents some method for sorting search results, and the order in which to search them. Implementations should be immutable.
Nested Class Summary | |
---|---|
static class |
SearchSort.Order
Enum defining the types of ordering supported. |
Method Summary | |
---|---|
java.lang.String |
getKey()
Gets the key that uniquely identifies this sort method. |
SearchSort.Order |
getOrder()
Returns the order (whether SearchSort.Order.ASCENDING or SearchSort.Order.DESCENDING ) of the sort. |
Method Detail |
---|
java.lang.String getKey()
SearchSort.Order getOrder()
SearchSort.Order.ASCENDING
or SearchSort.Order.DESCENDING
) of the sort.
SearchSort.Order.ASCENDING
or SearchSort.Order.DESCENDING
) of the sort.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |