|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.collections.functors.EqualPredicate
Predicate implementation that returns true if the input is the same object as the one stored in this predicate by equals.
Constructor Summary | |
EqualPredicate(Object object)
Constructor that performs no validation. |
Method Summary | |
boolean |
evaluate(Object object)
Evaluates the predicate returning true if the input equals the stored value. |
static Predicate |
getInstance(Object object)
Factory to create the identity predicate. |
Object |
getValue()
Gets the value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EqualPredicate(Object object)
getInstance
if you want that.
object
- the object to compare toMethod Detail |
public static Predicate getInstance(Object object)
object
- the object to compare to
IllegalArgumentException
- if the predicate is nullpublic boolean evaluate(Object object)
evaluate
in interface Predicate
object
- the input object
public Object getValue()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |