org.databene.commons.filter
Class InverseFilter<E>

java.lang.Object
  extended by org.databene.commons.filter.InverseFilter<E>
All Implemented Interfaces:
Filter<E>

public class InverseFilter<E>
extends java.lang.Object
implements Filter<E>

Inverts the result of another Filter.

Created at 04.05.2008 10:10:09

Since:
0.4.3
Author:
Volker Bergmann

Constructor Summary
InverseFilter(Filter<E> realFilter)
           
 
Method Summary
 boolean accept(E candidate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InverseFilter

public InverseFilter(Filter<E> realFilter)
Method Detail

accept

public boolean accept(E candidate)
Specified by:
accept in interface Filter<E>


Copyright © 2010. All Rights Reserved.