Uses of Enum Class
it.tidalwave.util.Finder.SortDirection
-
Uses of Finder.SortDirection in it.tidalwave.util
Modifier 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.Modifier 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
Modifier 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.