|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectIncludeFilter
public final class IncludeFilter
Indicating "no filtering", evaultates to true
.
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 true , content is included. |
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)
Filter
Implementations of all subinterfaces must have with a method whose content is the following:
return visitor.visit(this, extraData);
public boolean evaluate(Object object)
true
, content is included.
true if the test(s) are passed for the provided object
public 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 |