public abstract class CompoundFilter<T> extends Object implements Filter<T>, Cloneable, Serializable
Modifier and Type | Method and Description |
---|---|
CompoundFilter<T> |
clone() |
boolean |
equals(Object object) |
Filter<T> |
getFilter1()
Returns the left
Filter of this compound filter. |
Filter<T> |
getFilter2()
Returns the second
Filter of this compound filter. |
int |
hashCode() |
String |
toString() |
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference