| Interface | Description |
|---|---|
| DiffCollectionComparator<T> |
Contract to compare the equality from two objects of same type.
|
| DiffComparator<T> |
Contract to compare the equality from two objects of same type.
|
| Class | Description |
|---|---|
| EqualsComparator<T> |
Check two objects for equality using the equals method implementation.
|
| EqualsIgnoreCaseComparator |
Check two strings for equality using the equals ignore case method implementation.
|
| IndexComparator<T> |
Check two objects for equality using the equals method implementation.
|
Copyright © 2020. All rights reserved.