|
Plexus v0.13.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.phoenixst.collections.OrPredicate
public final class OrPredicate
A Predicate which returns the logical short-circuit
or of its operands.
This is mostly equivalent to the class of the same name in Jakarta Commons-Collections 3.0. This version exposes its constructor arguments through public accessor methods. The deserialization process in this version checks for null fields. No equivalent exists in version 2.1.
| Constructor Summary | |
|---|---|
OrPredicate(org.apache.commons.collections.Predicate left,
org.apache.commons.collections.Predicate right)
Creates a new OrPredicate. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object object)
|
boolean |
evaluate(Object object)
|
org.apache.commons.collections.Predicate |
getLeftOperand()
Returns the left operand being used by this OrPredicate. |
org.apache.commons.collections.Predicate |
getRightOperand()
Returns the right operand being used by this OrPredicate. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OrPredicate(org.apache.commons.collections.Predicate left,
org.apache.commons.collections.Predicate right)
OrPredicate.
| Method Detail |
|---|
public boolean evaluate(Object object)
evaluate in interface org.apache.commons.collections.Predicatepublic org.apache.commons.collections.Predicate getLeftOperand()
OrPredicate.
public org.apache.commons.collections.Predicate getRightOperand()
OrPredicate.
public boolean equals(Object object)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
Plexus v0.13.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||