Uses of Interface
it.tidalwave.util.Finder.SortCriterion
-
Uses of Finder.SortCriterion in it.tidalwave.util
Modifier and TypeInterfaceDescriptionstatic interface
An interface that should be implemented by specificFinder.SortCriterion
objects which are capable to implement by themselves the sorting of objects, by post-processing an existing collection of objects.Modifier and TypeClassDescriptionstatic class
Modifier and TypeFieldDescriptionstatic final Finder.SortCriterion
Finder.SortCriterion.DEFAULT
static final Finder.SortCriterion
Finder.SortCriterion.UNSORTED
A specialFinder.SortCriterion
which indicates that no sort has been performed.Modifier and TypeFieldDescriptionstatic final Class
<Finder.SortCriterion> Finder.SortCriterion._SortCriterion_
Modifier and TypeMethodDescriptionFinder.sort
(Finder.SortCriterion criterion) Tells theFinder
that results will be sorted according to the given criterion, in ascending direction.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.SortCriterion in it.tidalwave.util.spi
Modifier and TypeMethodDescriptionExtendedFinderSupport.sort
(Finder.SortCriterion criterion) Tells theFinder
that results will be sorted according to the given criterion, in ascending direction.ExtendedFinderSupport.sort
(Finder.SortCriterion criterion, Finder.SortDirection direction) Tells theFinder
that results will be sorted according to the given criterion and direction.final F
HierarchicFinderSupport.sort
(Finder.SortCriterion criterion) Tells theFinder
that results will be sorted according to the given criterion, in ascending direction.HierarchicFinderSupport.sort
(Finder.SortCriterion criterion, Finder.SortDirection direction) Tells theFinder
that results will be sorted according to the given criterion and direction.