|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - the type of elements which can be used with this conditionpublic static interface Operations.Condition<T>
Boolean conditions over some type.
| Method Summary | |
|---|---|
boolean |
holds(T element)
Checks if the condition holds for an element |
| Method Detail |
|---|
boolean holds(T element)
element - the element for which to check the condition
true if the condition holds for the element and
otherwise false
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||