@Immutable
public class AndConditionSet
extends java.lang.Object
ConditionalExpression
used for specifying arbitrary conditions in
Selection
operations.Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
Indicates whether some other object is "equal to" this object.
|
java.util.Set<ConditionalExpression> |
getConditions()
Returns the set of
ConditionalExpression . |
int |
hashCode() |
java.lang.String |
toString() |
public java.util.Set<ConditionalExpression> getConditions()
ConditionalExpression
.ConditionalExpression
public boolean equals(java.lang.Object o)
AndConditionSet
ConditionalExpression
equals
in class java.lang.Object
o
- an object to be tested for equalitytrue
if the other object is "equal to" this object otherwise false
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object