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
FieldsModifier and TypeFieldDescriptionstatic final Class<Finder.SortCriterion> static final Finder.SortCriterionstatic final Finder.SortCriterionA specialFinder.SortCriterionwhich indicates that no sort has been performed.
-
Field Details
-
_SortCriterion_
-
UNSORTED
A specialFinder.SortCriterionwhich indicates that no sort has been performed. -
DEFAULT
-