Uses of Class
it.tidalwave.util.Finder.SortDirection
-
Packages that use Finder.SortDirection Package Description it.tidalwave.role it.tidalwave.util it.tidalwave.util.spi -
-
Uses of Finder.SortDirection in it.tidalwave.role
Methods in it.tidalwave.role that return Finder.SortDirection Modifier and Type Method Description Finder.SortDirectionSortable. getSortDirection()Returns the current sort direction.Methods in it.tidalwave.role with parameters of type Finder.SortDirection Modifier and Type Method Description voidSortable. setSortDirection(Finder.SortDirection sortDirection)Sets the sort direction. -
Uses of Finder.SortDirection in it.tidalwave.util
Methods in it.tidalwave.util that return Finder.SortDirection Modifier and Type Method Description static Finder.SortDirectionFinder.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 voidFinder.InMemorySortCriterion.DefaultInMemorySortCriterion. sort(java.util.List<? extends T> results, Finder.SortDirection sortDirection)voidFinder.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 theFinderthat 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_FINDERExtendedFinderSupport. sort(Finder.SortCriterion criterion, Finder.SortDirection direction)Tells theFinderthat results will be sorted according to the given criterion and direction.EXTENDED_FINDERFinderSupport. sort(Finder.SortCriterion criterion, Finder.SortDirection direction)Tells theFinderthat results will be sorted according to the given criterion and direction.
-