Uses of Class
it.tidalwave.util.spi.HierarchicFinderSupport
-
Packages that use HierarchicFinderSupport Package Description it.tidalwave.util.spi -
-
Uses of HierarchicFinderSupport in it.tidalwave.util.spi
Subclasses of HierarchicFinderSupport in it.tidalwave.util.spi Modifier and Type Class Description class
SimpleFinderSupport<T>
A starting point for implementing a customFinder
that is not an extended finder.Methods in it.tidalwave.util.spi that return HierarchicFinderSupport Modifier and Type Method Description HierarchicFinderSupport<TYPE,EXTENDED_FINDER>
HierarchicFinderSupport. clone()
Deprecated.Constructors in it.tidalwave.util.spi with parameters of type HierarchicFinderSupport Constructor Description HierarchicFinderSupport(HierarchicFinderSupport<TYPE,EXTENDED_FINDER> other, java.lang.Object holder)
Clone constructor for subclasses.
-