|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Condition<T>
A Condition is a strategy for deciding if data items satisfy a condition. A Condition can be used for selecting items in a
Method Summary | |
---|---|
boolean |
isSatisfiedBy(T o)
c.isSatisfiedBy(o) returns true if c is satisfied by o, false if not. |
Method Detail |
---|
boolean isSatisfiedBy(T o)
o
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |