public interface DiffResult<T>
| Modifier and Type | Method and Description |
|---|---|
Collection<T> |
getDifference()
Gets a collection which represents the difference between two sheets.
|
String |
getReport() |
boolean |
isIdentical()
Whether or not the two sheets are identical.
|
boolean isIdentical()
Collection<T> getDifference()
String getReport()
Copyright © 2014. All rights reserved.