Interface | Description |
---|---|
Filter<T> |
A filter is used to determine if a value can be "accepted" or "rejected".
|
Class | Description |
---|---|
AndFilter<T> |
This filter will "accept" any object that is accept by both of the specified
wrapped filters.
|
CompoundFilter<T> |
This filter provides a simple framework for combining the behavior of a pair
of filters.
|
NullFilter |
A
null implementation of a Filter . |
EclipseLink 2.3.2, "build v20111125-r10461" API Reference