Class DefaultDiffResult
java.lang.Object
net.thevpc.nuts.toolbox.ndiff.jar.AbstractDiffResult
net.thevpc.nuts.toolbox.ndiff.jar.DefaultDiffResult
- All Implemented Interfaces:
AutoCloseable, Iterable, DiffResult
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultDiffResult(DiffCommand diff, DiffEvalContext diffEvalContext, TreeMap<DiffKey, String> added, TreeMap<DiffKey, String> removed, TreeMap<DiffKey, String[]> changed) -
Method Summary
Methods inherited from class AbstractDiffResult
added, all, changed, close, getDiff, getDiffEvalContext, hasChanges, iterator, removed, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Constructor Details
-
DefaultDiffResult
-