| Package | Description |
|---|---|
| org.apache.commons.lang3.builder |
Assists in creating consistent
equals(Object), toString(), hashCode(), and compareTo(Object) methods. |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<Diff<?>> |
DiffResult.diffs |
private java.util.List<Diff<?>> |
DiffBuilder.diffs |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Diff<?>> |
DiffResult.getDiffs()
Returns an unmodifiable list of
Diffs. |
java.util.Iterator<Diff<?>> |
DiffResult.iterator()
Returns an iterator over the
Diff objects contained in this list. |
| Constructor and Description |
|---|
DiffResult(java.lang.Object lhs,
java.lang.Object rhs,
java.util.List<Diff<?>> diffs,
ToStringStyle style)
Creates a
DiffResult containing the differences between two
objects. |