com.antelmann.util
Interface CascadingFilter<T>
- All Superinterfaces:
- Filter<T>
- All Known Implementing Classes:
- DBClassStoreCache.PrefetchedFilter, FullTextSearchFilter, OffsetFilter, PreparedStatementEntryFilter, PropertyEntryFilter, RandomFilter, SQLComboFilter, SQLDirectQueryEntryFilter, SQLMapFilter, SQLStubFilter, TopicMapFilter
public interface CascadingFilter<T>
- extends Filter<T>
a filter that relies on another embedded filter for further filtering
(which in turn may yet be another CascadingFilter)
- Since:
- 05.08.2008, 10:55:44
- Author:
- Holger Antelmann
| Methods inherited from interface com.antelmann.util.Filter |
accept |
getInnerFilter
Filter<? super T> getInnerFilter()
setInnerFilter
void setInnerFilter(Filter<? super T> filter)
(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads