|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectExcludeFilter
public final class ExcludeFilter
Indicating "filter all", evaultates to false.
This is a placeholder filter intended to be used in data structuring definition.
| Field Summary |
|---|
| Fields inherited from interface Filter |
|---|
EXCLUDE, INCLUDE |
| Method Summary | |
|---|---|
Object |
accept(FilterVisitor visitor,
Object extraData)
Accepts a visitor. |
boolean |
equals(Object obj)
|
boolean |
evaluate(Object object)
Returns false, content is excluded. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public Object accept(FilterVisitor visitor, Object extraData)
FilterImplementations of all subinterfaces must have with a method whose content is the following:
return visitor.visit(this, extraData);
public boolean evaluate(Object object)
false, content is excluded.
true if the test(s) are passed for the provided objectpublic boolean equals(Object obj)
public int hashCode()
public String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||