Interface Finder.SortCriterion

All Known Subinterfaces:
Finder.InMemorySortCriterion<U>
All Known Implementing Classes:
Finder.InMemorySortCriterion.DefaultInMemorySortCriterion
Enclosing interface:
Finder<T>

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.