| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
  |
  +--org.jutil.predicate.AbstractPredicate
        |
        +--org.jutil.predicate.TotalPredicate
              |
              +--org.jutil.predicate.PrimitiveTotalPredicate
                    |
                    +--org.jutil.predicate.False
A special total predicate that always returns false for 
 eval().

| Field Summary | |
| static java.lang.String | CVS_REVISION | 
| Constructor Summary | |
| False() | |
| Method Summary | |
|  boolean | eval(java.lang.Object object)Evaluate this Predicate for the given object. | 
| Methods inherited from class org.jutil.predicate.PrimitiveTotalPredicate | 
| getSubPredicates, nbSubPredicates | 
| Methods inherited from class org.jutil.predicate.TotalPredicate | 
| count, exists, filter, forall, isValidElement | 
| Methods inherited from class org.jutil.predicate.AbstractPredicate | 
| equals | 
| Methods inherited from class java.lang.Object | 
| clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
public static final java.lang.String CVS_REVISION
| Constructor Detail | 
public False()
| Method Detail | 
public boolean eval(java.lang.Object object)
Predicate| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||