Filter.Equation, Filter.Logical, Filter.Operator| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
boolean |
equals(java.lang.Object obj) |
Filter |
getLeft() |
Filter.Operator |
getOperator() |
Filter |
getRight() |
int |
hashCode() |
Filter |
remove(Filter f) |
public Filter.Operator getOperator()
getOperator in class Filterpublic Filter getLeft()
public Filter getRight()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object