com.phoenixst.collections
public final class AllPredicate extends Object implements Predicate, Serializable
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.
Since: 1.0
Version: $Revision: 1.12 $
| Constructor Summary | |
|---|---|
| AllPredicate(Predicate[] predicates)
Creates a new AllPredicate. | |
| AllPredicate(Collection 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() |
AllPredicate.AllPredicate.List of the argument
Predicates being used by this
AllPredicate.