Uses of Class
it.tidalwave.util.spi.HierarchicFinderSupport
-
Packages that use HierarchicFinderSupport Package Description it.tidalwave.thesefoolishthings.examples.extendedfinderexample it.tidalwave.util.spi -
-
Uses of HierarchicFinderSupport in it.tidalwave.thesefoolishthings.examples.extendedfinderexample
Subclasses of HierarchicFinderSupport in it.tidalwave.thesefoolishthings.examples.extendedfinderexample Modifier and Type Class Description classPersonFinderImpl2aclassPersonFinderImpl2bA variant ofPersonRegistryImpl2athat uses an internal status class. -
Uses of HierarchicFinderSupport in it.tidalwave.util.spi
Subclasses of HierarchicFinderSupport in it.tidalwave.util.spi Modifier and Type Class Description classFinderWithIdMapSupport<T,I extends T,F extends ExtendedFinderSupport<T,F>>An implementation ofFinderWithIdSupportbased on aMap.classFinderWithIdSupport<T,I extends T,F extends ExtendedFinderSupport<T,F>>A support class for implementing aFinderthat provides filtering by id.classSimpleFinderSupport<T>A starting point for implementing a customFinderthat is not an extended finder.Methods in it.tidalwave.util.spi that return HierarchicFinderSupport Modifier and Type Method Description HierarchicFinderSupport<T,F>HierarchicFinderSupport. clone()Deprecated.Constructors in it.tidalwave.util.spi with parameters of type HierarchicFinderSupport Constructor Description HierarchicFinderSupport(HierarchicFinderSupport<T,F> other, java.lang.Object holder)Clone constructor for subclasses.
-