|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
I - the input type of elements that should be matchedO - the output type of elements that satisfies the matching conditionspublic interface Matcher<I,O>
A class of matching an object of one type against elements of another type.
| Method Summary | |
|---|---|
O |
match(I candidate)
Tests whether the given element satisfies the matching conditions. |
| Method Detail |
|---|
O match(I candidate)
candidate - the candidate element to test
==)
to the input element, if the input element satisfies the matching
condition, or null otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||