|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Finder | |
---|---|
it.tidalwave.role | |
it.tidalwave.role.spi | |
it.tidalwave.util | |
it.tidalwave.util.spi |
Uses of Finder in it.tidalwave.role |
---|
Classes in it.tidalwave.role with type parameters of type Finder | |
---|---|
interface |
Composite<Type,SpecializedFinder extends Finder<Type>>
The role of a composite object, that is an object which contains children. |
Classes in it.tidalwave.role that implement Finder | |
---|---|
static class |
Composite.EmptyFinder
|
Fields in it.tidalwave.role with type parameters of type Finder | |
---|---|
static Composite<java.lang.Object,Finder<java.lang.Object>> |
Composite.DEFAULT
A default Composite with no children. |
Uses of Finder in it.tidalwave.role.spi |
---|
Methods in it.tidalwave.role.spi that return Finder | |
---|---|
Finder<Type> |
DefaultSimpleComposite.findChildren()
|
Uses of Finder in it.tidalwave.util |
---|
Methods in it.tidalwave.util that return Finder | ||
---|---|---|
Finder<Type> |
Finder.from(int firstResult)
Tells the Finder that only a subset of found items will be returned, starting from the given position. |
|
Finder<Type> |
Finder.max(int maxResults)
Tells the Finder that only a maximum number of found items will be returned. |
|
|
Finder.ofType(java.lang.Class<AnotherType> type)
|
|
Finder<Type> |
Finder.sort(Finder.SortCriterion criterion)
Tells the Finder that results will be sorted according to the given criterion, in ascending direction. |
|
Finder<Type> |
Finder.sort(Finder.SortCriterion criterion,
Finder.SortDirection direction)
Tells the Finder that results will be sorted according to the given criterion and direction. |
Uses of Finder in it.tidalwave.util.spi |
---|
Classes in it.tidalwave.util.spi with type parameters of type Finder | |
---|---|
interface |
ExtendedFinderSupport<Type,ExtendedFinder extends Finder<Type>>
A utility interface for creating extended Finder s, it provides automatic covariant return types. |
class |
FinderSupport<Type,ExtendedFinder extends Finder<Type>>
A support class for implementing a Finder . |
Subinterfaces of Finder in it.tidalwave.util.spi | |
---|---|
interface |
ExtendedFinderSupport<Type,ExtendedFinder extends Finder<Type>>
A utility interface for creating extended Finder s, it provides automatic covariant return types. |
Classes in it.tidalwave.util.spi that implement Finder | |
---|---|
class |
FinderSupport<Type,ExtendedFinder extends Finder<Type>>
A support class for implementing a Finder . |
class |
SimpleFinderSupport<Type>
|
Methods in it.tidalwave.util.spi that return Finder | ||
---|---|---|
|
FinderSupport.ofType(java.lang.Class<AnotherType> type)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |