Uses of Class
it.tidalwave.util.Finder.SortDirection
-
Packages that use Finder.SortDirection Package Description it.tidalwave.util it.tidalwave.util.spi -
-
Uses of Finder.SortDirection in it.tidalwave.util
Methods in it.tidalwave.util that return Finder.SortDirection Modifier and Type Method Description static Finder.SortDirection
Finder.SortDirection. valueOf(java.lang.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.Methods in it.tidalwave.util with parameters of type Finder.SortDirection Modifier and Type Method Description void
Finder.InMemorySortCriterion.DefaultInMemorySortCriterion. sort(java.util.List<? extends T> results, Finder.SortDirection sortDirection)
void
Finder.InMemorySortCriterion. sort(java.util.List<? extends TYPE> results, Finder.SortDirection sortDirection)
Performs the sort of results.Finder<TYPE>
Finder. sort(Finder.SortCriterion criterion, Finder.SortDirection direction)
Tells theFinder
that results will be sorted according to the given criterion and direction. -
Uses of Finder.SortDirection in it.tidalwave.util.spi
Methods in it.tidalwave.util.spi with parameters of type Finder.SortDirection Modifier and Type Method Description EXTENDED_FINDER
ExtendedFinderSupport. sort(Finder.SortCriterion criterion, Finder.SortDirection direction)
Tells theFinder
that results will be sorted according to the given criterion and direction.EXTENDED_FINDER
HierarchicFinderSupport. sort(Finder.SortCriterion criterion, Finder.SortDirection direction)
Tells theFinder
that results will be sorted according to the given criterion and direction.
-