it.tidalwave.role
Class Composite.EmptyFinder

Package class diagram package Composite.EmptyFinder
java.lang.Object
  extended by it.tidalwave.util.spi.FinderSupport<Object,Composite.EmptyFinder>
      extended by it.tidalwave.role.Composite.EmptyFinder
All Implemented Interfaces:
Finder<Object>, Serializable, Cloneable
Enclosing interface:
Composite<Type,SpecializedFinder extends Finder<Type>>

public static class Composite.EmptyFinder
extends FinderSupport<Object,Composite.EmptyFinder>

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface it.tidalwave.util.Finder
Finder.FilterSortCriterion<Type>, Finder.SortCriterion, Finder.SortDirection
 
Field Summary
 
Fields inherited from class it.tidalwave.util.spi.FinderSupport
firstResult, maxResults, sorters
 
Constructor Summary
Composite.EmptyFinder()
           
 
Method Summary
protected  List<? extends Object> computeResults()
          Subclasses can implement this method where *all* the raw results must be actually retrieved.
 
Methods inherited from class it.tidalwave.util.spi.FinderSupport
clone, computeNeededResults, count, firstResult, from, max, ofType, result, results, sort, sort
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Composite.EmptyFinder

public Composite.EmptyFinder()
Method Detail

computeResults

@Nonnull
protected List<? extends Object> computeResults()
Description copied from class: FinderSupport
Subclasses can implement this method where *all* the raw results must be actually retrieved.

Overrides:
computeResults in class FinderSupport<Object,Composite.EmptyFinder>
Returns:
the unprocessed results


Copyright © 2009-2012 Tidalwave s.a.s.. All Rights Reserved.