| 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.4.2, "build v20130514-5956486" API Reference