Uses of Interface
it.tidalwave.util.Finder.InMemorySortCriterion
Packages that use Finder.InMemorySortCriterion
-
Uses of Finder.InMemorySortCriterion in it.tidalwave.util
Classes in it.tidalwave.util that implement Finder.InMemorySortCriterionModifier and TypeClassDescriptionstatic class
Methods in it.tidalwave.util that return Finder.InMemorySortCriterionModifier and TypeMethodDescriptionstatic <U> Finder.InMemorySortCriterion
<U> Finder.InMemorySortCriterion.of
(Comparator<? super U> comparator) Creates a new in-memorySortCriterion
based on aComparator
.static <U> Finder.InMemorySortCriterion
<U> Finder.InMemorySortCriterion.of
(Comparator<? super U> comparator, String name) Creates a new in-memorySortCriterion
based on aComparator
.