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 class
PersonFinderImpl2a
class
PersonFinderImpl2b
A variant ofPersonRegistryImpl2a
that 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 class
FinderWithIdMapSupport<T,I extends T,F extends ExtendedFinderSupport<T,F>>
An implementation ofFinderWithIdSupport
based on aMap
.class
FinderWithIdSupport<T,I extends T,F extends ExtendedFinderSupport<T,F>>
A support class for implementing aFinder
that provides filtering by id.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<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.
-