Package it.tidalwave.util.spi
Class SimpleFinderSupport<T>
- java.lang.Object
-
- it.tidalwave.util.spi.HierarchicFinderSupport<T,Finder<T>>
-
- it.tidalwave.util.spi.SimpleFinderSupport<T>
-
- All Implemented Interfaces:
Finder<T>
,java.io.Serializable
,java.lang.Cloneable
public abstract class SimpleFinderSupport<T> extends HierarchicFinderSupport<T,Finder<T>>
A starting point for implementing a customFinder
that is not an extended finder. This class provides a dummy copy constructor.- Author:
- Fabrizio Giudici
- See Also:
- Serialized Form
- Status: draft API
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface it.tidalwave.util.Finder
Finder.InMemorySortCriterion<U>, Finder.SortCriterion, Finder.SortDirection
-
-
Field Summary
-
Fields inherited from class it.tidalwave.util.spi.HierarchicFinderSupport
firstResult, maxResults
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SimpleFinderSupport(SimpleFinderSupport<T> other, java.lang.Object override)
protected
SimpleFinderSupport(java.lang.String name)
-
Method Summary
-
Methods inherited from class it.tidalwave.util.spi.HierarchicFinderSupport
clone, clone, clonedWith, computeNeededResults, computeResults, count, from, getSource, max, ofType, results, sort, sort, withContext
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface it.tidalwave.util.Finder
firstResult, iterator, optionalFirstResult, optionalResult, result, stream
-
-
-
-
Constructor Detail
-
SimpleFinderSupport
protected SimpleFinderSupport(@Nonnull java.lang.String name)
-
SimpleFinderSupport
protected SimpleFinderSupport(@Nonnull SimpleFinderSupport<T> other, @Nonnull java.lang.Object override)
-
-