public class ComparisonResult<T> extends Object
| Constructor and Description |
|---|
ComparisonResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
addInBothAndTheSame(T entity) |
void |
addInBothButDifferent(T first,
T second) |
void |
addInFirstOnly(T entity) |
void |
addInSecondOnly(T entity) |
boolean |
areEqual() |
Set<T> |
getInBothAndTheSame() |
Set<org.apache.commons.lang3.tuple.Pair<T,T>> |
getInBothButDifferent() |
Set<T> |
getInFirstOnly() |
Set<T> |
getInSecondOnly() |
Copyright © 2016–2023. All rights reserved.