|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Comparator
Contract supported by all classes that provide a comparison service for the ValueEvaluator class.
The comparator is free to inject (via Spring config) whatever criteria are needed to decide on the outcome.
| Method Summary | |
|---|---|
boolean |
compare(java.lang.Object nodeValue)
Run the compare logic and return the result. |
| Method Detail |
|---|
boolean compare(java.lang.Object nodeValue)
nodeValue - Object the node's value to compare
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||