|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ListingOrder
Listing order used to sort the listing to return
| Field Summary | |
|---|---|
static ListingOrder |
AToZ
Sort in the order in which a appears before z |
static ListingOrder |
NULL
NULL value that does not do any sorting. |
static ListingOrder |
Random
Sort in random order. |
static ListingOrder |
ZToA
Sort in the order in which z appears before a |
| Method Summary | |
|---|---|
java.util.List<TPath> |
sort(java.util.List<TPath> paths)
Sort the list being passed in. |
| Field Detail |
|---|
static final ListingOrder NULL
static final ListingOrder AToZ
static final ListingOrder ZToA
static final ListingOrder Random
| Method Detail |
|---|
java.util.List<TPath> sort(java.util.List<TPath> paths)
paths - the multable list to sort
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||