T
- the type of contained itemspublic class ArrayListFinder<T> extends SimpleFinderSupport<T>
Finder
which holds an immutable list of items.Finder.FilterSortCriterion<TYPE>, Finder.SortCriterion, Finder.SortDirection
Constructor and Description |
---|
ArrayListFinder(ArrayListFinder<T> other,
Object override) |
ArrayListFinder(Collection<T> items) |
Modifier and Type | Method and Description |
---|---|
protected List<? extends T> |
computeResults()
Subclasses can implement this method where *all* the raw results must be actually retrieved.
|
clone, clone, computeNeededResults, count, firstResult, from, getSource, max, ofType, result, results, sort, sort, withContext
public ArrayListFinder(@Nonnull Collection<T> items)
public ArrayListFinder(@Nonnull ArrayListFinder<T> other, @Nonnull Object override)
@Nonnull protected List<? extends T> computeResults()
FinderSupport
computeResults
in class FinderSupport<T,Finder<T>>
Copyright © 2009–2015 Tidalwave s.a.s. (http://tidalwave.it). All rights reserved.