Package com.yahoo.document.predicate
Class Disjunction
java.lang.Object
com.yahoo.document.predicate.Predicate
com.yahoo.document.predicate.PredicateOperator
com.yahoo.document.predicate.Disjunction
- All Implemented Interfaces:
Cloneable
- Author:
- Simon Thoresen Hult
-
Constructor Summary
ConstructorDescriptionDisjunction
(Predicate... operands) Disjunction
(List<? extends Predicate> operands) -
Method Summary
Modifier and TypeMethodDescriptionaddOperand
(Predicate operand) addOperands
(Collection<? extends Predicate> operands) protected void
appendTo
(StringBuilder out) clone()
boolean
int
hashCode()
setOperands
(Collection<? extends Predicate> operands) Methods inherited from class com.yahoo.document.predicate.Predicate
appendQuotedTo, asciiDecode, asciiEncode, fromBinary, fromString, toString
-
Constructor Details
-
Disjunction
-
Disjunction
-
-
Method Details
-
addOperand
-
addOperands
-
setOperands
-
getOperands
- Specified by:
getOperands
in classPredicateOperator
-
clone
- Overrides:
clone
in classPredicate
- Throws:
CloneNotSupportedException
-
hashCode
public int hashCode() -
equals
-
appendTo
-