Package it.tidalwave.util.spi
Class SimpleFinderSupport<T>
- java.lang.Object
-
- it.tidalwave.util.spi.FinderSupport<T,Finder<T>>
-
- it.tidalwave.util.spi.SimpleFinderSupport<T>
-
- All Implemented Interfaces:
Finder<T>,Serializable,Cloneable
- Direct Known Subclasses:
ArrayListFinder
public abstract class SimpleFinderSupport<T> extends FinderSupport<T,Finder<T>>
- Version:
- $Id$
- Author:
- Fabrizio Giudici
- See Also:
- Serialized Form
- Status: draft API
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface it.tidalwave.util.Finder
Finder.FilterSortCriterion<TYPE>, Finder.SortCriterion, Finder.SortDirection
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSimpleFinderSupport()protectedSimpleFinderSupport(SimpleFinderSupport<T> other, Object override)protectedSimpleFinderSupport(String name)
-
Method Summary
-
Methods inherited from class it.tidalwave.util.spi.FinderSupport
clone, clone, computeNeededResults, computeResults, count, emptyFinder, firstResult, from, getSource, max, ofType, result, results, sort, sort, withContext
-
-