Package it.tidalwave.util
Interface Finder.SortCriterion
- All Known Subinterfaces:
Finder.InMemorySortCriterion<U>
- All Known Implementing Classes:
Finder.InMemorySortCriterion.DefaultInMemorySortCriterion
public static interface Finder.SortCriterion
A tag interface to mark objects which are meaningful sort criteria that can be passed to
Finder.sort(it.tidalwave.util.Finder.SortCriterion)
. In general, a SortCriterion
is just a
behaviourless and methodless object, that should be specifically handled by concrete implementations of
Finder
. The only exceptions are Finder.InMemorySortCriterion
objects.-
Field Summary
Modifier and TypeFieldDescriptionstatic final Class
<Finder.SortCriterion> static final Finder.SortCriterion
static final Finder.SortCriterion
A specialFinder.SortCriterion
which indicates that no sort has been performed.
-
Field Details
-
_SortCriterion_
-
UNSORTED
A specialFinder.SortCriterion
which indicates that no sort has been performed. -
DEFAULT
-