|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ckkloverdos.filter.NotFilter
public class NotFilter
An implementation of IFilter
providing boolean NOT
semantics for another filters.
Constructor Summary | |
---|---|
NotFilter(IFilter f)
Contructs a new filter that negates the results of the provided filter f . |
Method Summary | |
---|---|
boolean |
accept(java.lang.Object object,
java.lang.Object hints)
Tests if object is accepted according to this filter semantics (boolean NOT
for the filter given in the constructor ). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NotFilter(IFilter f)
f
.
f
- Method Detail |
---|
public boolean accept(java.lang.Object object, java.lang.Object hints)
object
is accepted according to this filter semantics (boolean NOT
for the filter given in the constructor
).
accept
in interface IFilter
object
- hints
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |