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.Object
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
public Filter<T> getFilter1()
Filter
of this compound filter.Filter
public Filter<T> getFilter2()
Filter
of this compound filter.Filter
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference