public interface RecordChangeDetector
| Modifier and Type | Method and Description |
|---|---|
boolean |
differs(String record1,
String record2)
Checks if the two records have differences based on logics that vary on the actual implementor class.
|
boolean differs(String record1, String record2)
record1 - first record to comparerecord2 - second record to compareCopyright © 2026. All rights reserved.