Package | Description |
---|---|
it.tidalwave.util | |
it.tidalwave.util.spi |
Modifier and Type | Interface and Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Field and Description |
---|---|
static Finder.SortCriterion |
Finder.SortCriterion.DEFAULT |
static Finder.SortCriterion |
Finder.SortCriterion.UNSORTED
A special
Finder.SortCriterion which indicates that no sort has been performed. |
Modifier and Type | Field and Description |
---|---|
static Class<Finder.SortCriterion> |
Finder.SortCriterion.SortCriterion |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
EXTENDED_FINDER |
FinderSupport.sort(Finder.SortCriterion criterion)
Tells the
Finder that results will be sorted according to the given criterion, in ascending direction. |
EXTENDED_FINDER |
ExtendedFinderSupport.sort(Finder.SortCriterion criterion)
Tells the
Finder that results will be sorted according to the given criterion, in ascending direction. |
EXTENDED_FINDER |
FinderSupport.sort(Finder.SortCriterion criterion,
Finder.SortDirection direction)
Tells the
Finder that results will be sorted according to the given criterion and direction. |
EXTENDED_FINDER |
ExtendedFinderSupport.sort(Finder.SortCriterion criterion,
Finder.SortDirection direction)
Tells the
Finder that results will be sorted according to the given criterion and direction. |
Copyright © 2009–2015 Tidalwave s.a.s. (http://tidalwave.it). All rights reserved.