|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.collections15.functors.predicate.FalsePredicate<E>
public final class FalsePredicate<E>
Predicate
implementation that always evaluates to
false
.
Constructor Summary | |
---|---|
protected |
FalsePredicate()
Creates a new instance. |
Method Summary | ||
---|---|---|
boolean |
evaluate(E object)
Evaluates the Predicate , always returning
false . |
|
static
|
getInstance()
ReturnsFactory returning the singleton instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected FalsePredicate()
Method Detail |
---|
public static <T> Predicate<T> getInstance()
public boolean evaluate(E object)
Predicate
, always returning
false
.
evaluate
in interface Predicate<E>
object
- The input object.
false
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |