Package it.tidalwave.util.spi
Class FinderSupportTest.UnderTest
- java.lang.Object
-
- it.tidalwave.util.spi.HierarchicFinderSupport<java.lang.String,FinderSupportTest.UnderTest>
-
- it.tidalwave.util.spi.FinderSupportTest.UnderTest
-
- All Implemented Interfaces:
Finder<java.lang.String>
,java.io.Serializable
,java.lang.Cloneable
- Enclosing class:
- FinderSupportTest
public static class FinderSupportTest.UnderTest extends HierarchicFinderSupport<java.lang.String,FinderSupportTest.UnderTest>
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface it.tidalwave.util.Finder
Finder.InMemorySortCriterion<U extends java.lang.Object>, Finder.SortCriterion, Finder.SortDirection
-
-
Field Summary
-
Fields inherited from class it.tidalwave.util.spi.HierarchicFinderSupport
firstResult, maxResults
-
-
Constructor Summary
Constructors Constructor Description UnderTest(FinderSupportTest.UnderTest other, java.lang.Object override)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.List<java.lang.String>
computeResults()
-
Methods inherited from class it.tidalwave.util.spi.HierarchicFinderSupport
clone, clone, clonedWith, computeNeededResults, count, from, getContexts, getSource, max, ofType, results, sort, sort, toString, withContext
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface it.tidalwave.util.Finder
firstResult, from, iterator, max, optionalFirstResult, optionalResult, result, stream
-
-
-
-
Constructor Detail
-
UnderTest
public UnderTest(FinderSupportTest.UnderTest other, java.lang.Object override)
-
-
Method Detail
-
computeResults
@Nonnull protected java.util.List<java.lang.String> computeResults()
- Overrides:
computeResults
in classHierarchicFinderSupport<java.lang.String,FinderSupportTest.UnderTest>
-
-