public static interface Finder.SortCriterion
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.FilterSortCriterion
objects.Modifier and Type | Field and Description |
---|---|
static Finder.SortCriterion |
DEFAULT |
static Class<Finder.SortCriterion> |
SortCriterion |
static Finder.SortCriterion |
UNSORTED
A special
Finder.SortCriterion which indicates that no sort has been performed. |
static final Class<Finder.SortCriterion> SortCriterion
static final Finder.SortCriterion UNSORTED
Finder.SortCriterion
which indicates that no sort has been performed.static final Finder.SortCriterion DEFAULT
Copyright © 2009–2015 Tidalwave s.a.s. (http://tidalwave.it). All rights reserved.