Uses of Class
it.tidalwave.util.spi.FinderSupport
-
Packages that use FinderSupport Package Description it.tidalwave.thesefoolishthings.examples.extendedfinderexample it.tidalwave.util.spi -
-
Uses of FinderSupport in it.tidalwave.thesefoolishthings.examples.extendedfinderexample
Subclasses of FinderSupport in it.tidalwave.thesefoolishthings.examples.extendedfinderexample Modifier and Type Class Description class
PersonFinderImpl2
-
Uses of FinderSupport in it.tidalwave.util.spi
Subclasses of FinderSupport 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 FinderSupport Modifier and Type Method Description FinderSupport<TYPE,EXTENDED_FINDER>
FinderSupport. clone()
Deprecated.Constructors in it.tidalwave.util.spi with parameters of type FinderSupport Constructor Description FinderSupport(FinderSupport<TYPE,EXTENDED_FINDER> other, java.lang.Object holder)
Clone constructor for subclasses.
-