|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Finder.SortCriterion | |
---|---|
it.tidalwave.role | |
it.tidalwave.util | |
it.tidalwave.util.spi |
Uses of Finder.SortCriterion in it.tidalwave.role |
---|
Methods in it.tidalwave.role that return Finder.SortCriterion | |
---|---|
Finder.SortCriterion |
Sortable.getSortCriterion()
Returns the current sort criterion. |
Methods in it.tidalwave.role with parameters of type Finder.SortCriterion | |
---|---|
void |
Sortable.setSortCriterion(Finder.SortCriterion sortCriterion)
Sets the sort criterion. |
Uses of Finder.SortCriterion in it.tidalwave.util |
---|
Subinterfaces of Finder.SortCriterion in it.tidalwave.util | |
---|---|
static interface |
Finder.FilterSortCriterion<Type>
An interface that should be implemented by specific Finder.SortCriterion objects which are capable to implement
by themselves the sorting of objects, by post-processing an existing collection of objects. |
Classes in it.tidalwave.util that implement Finder.SortCriterion | |
---|---|
class |
DefaultFilterSortCriterion<Type>
A default implementation of Finder.FilterSortCriterion which relies on sorting capabilities of the Java
runtime library and only needs a Comparator to be specified. |
Fields in it.tidalwave.util declared as Finder.SortCriterion | |
---|---|
static Finder.SortCriterion |
Finder.SortCriterion.DEFAULT
|
static Finder.SortCriterion |
Finder.SortCriterion.UNSORTED
A special Finder.SortCriterion which indicates that no sort has been performed. |
Fields in it.tidalwave.util with type parameters of type Finder.SortCriterion | |
---|---|
static Class<Finder.SortCriterion> |
Finder.SortCriterion.SortCriterion
|
Methods in it.tidalwave.util with parameters of type Finder.SortCriterion | |
---|---|
Finder<Type> |
Finder.sort(Finder.SortCriterion criterion)
Tells the Finder that results will be sorted according to the given criterion, in ascending direction. |
Finder<Type> |
Finder.sort(Finder.SortCriterion criterion,
Finder.SortDirection direction)
Tells the Finder that results will be sorted according to the given criterion and direction. |
Uses of Finder.SortCriterion in it.tidalwave.util.spi |
---|
Methods in it.tidalwave.util.spi with parameters of type Finder.SortCriterion | |
---|---|
ExtendedFinder |
FinderSupport.sort(Finder.SortCriterion criterion)
Tells the Finder that results will be sorted according to the given criterion, in ascending direction. |
ExtendedFinder |
ExtendedFinderSupport.sort(Finder.SortCriterion criterion)
Tells the Finder that results will be sorted according to the given criterion, in ascending direction. |
ExtendedFinder |
FinderSupport.sort(Finder.SortCriterion criterion,
Finder.SortDirection direction)
Tells the Finder that results will be sorted according to the given criterion and direction. |
ExtendedFinder |
ExtendedFinderSupport.sort(Finder.SortCriterion criterion,
Finder.SortDirection direction)
Tells the Finder that results will be sorted according to the given criterion and direction. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |