Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface Constraint
Method Summary | |
boolean |
|
public boolean eval(Object o)
Evaluates the constraint for argument o.
- Returns:
true
if o meets the constraint,false
if it does not.