public final class XceliteDiff extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> DiffResult<T> |
diff(SheetReader<T> a,
SheetReader<T> b)
Returns the difference between two sheets.
|
static <T> DiffResult<T> |
diff(SheetReader<T> a,
SheetReader<T> b,
ReportGenerator reportGenerator)
Returns the difference between two sheets.
|
public static <T> DiffResult<T> diff(@Nonnull SheetReader<T> a, @Nonnull SheetReader<T> b)
a - the first sheetb - the second sheetpublic static <T> DiffResult<T> diff(@Nonnull SheetReader<T> a, @Nonnull SheetReader<T> b, ReportGenerator reportGenerator)
a - the first sheetb - the second sheetreportGenerator - a custom reporter implementationCopyright © 2014. All rights reserved.