|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.databene.commons.filter.InverseFilter<E>
public class InverseFilter<E>
Inverts the result of another Filter.
Created at 04.05.2008 10:10:09
| 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 |
|---|
public InverseFilter(Filter<E> realFilter)
| Method Detail |
|---|
public boolean accept(E candidate)
accept in interface Filter<E>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||