|
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.AllPredicate
public final class AllPredicate
A Predicate which returns the logical short-circuit
and of its operands.
This is mostly equivalent to the class of the same name in Jakarta Commons-Collections 3.0. The deserialization process in this version checks for null fields. No equivalent exists in version 2.1.
| Constructor Summary | |
|---|---|
AllPredicate(Collection predicates)
Creates a new AllPredicate. |
|
AllPredicate(org.apache.commons.collections.Predicate[] predicates)
Creates a new AllPredicate. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object object)
|
boolean |
evaluate(Object object)
|
List |
getOperands()
Returns an unmodifiable List of the argument
Predicates being used by this
AllPredicate. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AllPredicate(org.apache.commons.collections.Predicate[] predicates)
AllPredicate.
public AllPredicate(Collection predicates)
AllPredicate.
| Method Detail |
|---|
public boolean evaluate(Object object)
evaluate in interface org.apache.commons.collections.Predicatepublic List getOperands()
List of the argument
Predicates being used by this
AllPredicate.
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 | ||||||||