Uses of Enum Class
it.tidalwave.util.Finder.SortDirection
Packages that use Finder.SortDirection
-
Uses of Finder.SortDirection in it.tidalwave.util
Methods in it.tidalwave.util that return Finder.SortDirectionModifier and TypeMethodDescriptionstatic Finder.SortDirection
Returns the enum constant of this class with the specified name.static Finder.SortDirection[]
Finder.SortDirection.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in it.tidalwave.util with parameters of type Finder.SortDirectionModifier and TypeMethodDescriptionvoid
Finder.InMemorySortCriterion.DefaultInMemorySortCriterion.sort
(List<? extends U> results, Finder.SortDirection sortDirection) void
Finder.InMemorySortCriterion.sort
(List<? extends U> results, Finder.SortDirection sortDirection) Performs the sort of results.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.SortDirectionModifier and TypeMethodDescriptionExtendedFinderSupport.sort
(Finder.SortCriterion criterion, Finder.SortDirection direction) Tells theFinder
that results will be sorted according to the given criterion and direction.HierarchicFinderSupport.sort
(Finder.SortCriterion criterion, Finder.SortDirection direction) Tells theFinder
that results will be sorted according to the given criterion and direction.