Package | Description |
---|---|
it.tidalwave.util | |
it.tidalwave.util.spi |
Modifier and Type | Method and Description |
---|---|
static Finder.SortDirection |
Finder.SortDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Finder.SortDirection[] |
Finder.SortDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Finder<TYPE> |
Finder.sort(Finder.SortCriterion criterion,
Finder.SortDirection direction)
Tells the
Finder that results will be sorted according to the given criterion and direction. |
void |
DefaultFilterSortCriterion.sort(List<? extends Type> results,
Finder.SortDirection sortDirection)
Performs the sort of results.
|
void |
Finder.FilterSortCriterion.sort(List<? extends TYPE> results,
Finder.SortDirection sortDirection)
Performs the sort of results.
|
Modifier and Type | Method and Description |
---|---|
EXTENDED_FINDER |
FinderSupport.sort(Finder.SortCriterion criterion,
Finder.SortDirection direction)
Tells the
Finder that results will be sorted according to the given criterion and direction. |
EXTENDED_FINDER |
ExtendedFinderSupport.sort(Finder.SortCriterion criterion,
Finder.SortDirection direction)
Tells the
Finder that results will be sorted according to the given criterion and direction. |
Copyright © 2009–2016 Tidalwave s.a.s. (http://tidalwave.it). All rights reserved.