public abstract class CompoundFilter<T> extends java.lang.Object implements Filter<T>, java.lang.Cloneable, java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
CompoundFilter<T> |
clone() |
boolean |
equals(java.lang.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() |
java.lang.String |
toString() |
public CompoundFilter<T> clone()
clone in class java.lang.Objectpublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic Filter<T> getFilter1()
Filter of this compound filter.Filterpublic Filter<T> getFilter2()
Filter of this compound filter.Filterpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectEclipseLink 2.6.3, "build v20160428-59c81c5" API Reference