Package net.sf.basedb.util.filter
Class NoneOfFilter<T>
java.lang.Object
net.sf.basedb.util.filter.NoneOfFilter<T>
- All Implemented Interfaces:
Filter<T>
A filter implementation that accpets an object only if
at none of the parent filters accepts it.
- Version:
- 2.9
- Author:
- Nicklas
- Last modified
- $Date: 2008-10-21 09:20:40 +0200 (ti, 21 okt 2008) $
-
Field Summary
-
Constructor Summary
ConstructorDescriptionNoneOfFilter
(Collection<? extends Filter<? super T>> parents) Create a new filter. -
Method Summary
-
Field Details
-
parents
-
-
Constructor Details
-
NoneOfFilter
Create a new filter.- Parameters:
parents
- The parent filters
-
-
Method Details