Interface ObjectComparatorService
-
- All Known Implementing Classes:
DefaultObjectComparatorService
public interface ObjectComparatorServiceAllows to define comparators for particular objects that have not implemented correct equals.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanequals(java.lang.Object first, java.lang.Object second)Allows to check if the given objects are equal
-