Package | Description |
---|---|
org.apache.commons.lang3.builder |
Assists in creating consistent
equals(Object) , toString() , hashCode() , and compareTo(Object) methods. |
Modifier and Type | Method | Description |
---|---|---|
List<Diff<?>> |
DiffResult.getDiffs() |
Returns an unmodifiable list of
Diff s. |
Iterator<Diff<?>> |
DiffResult.iterator() |
Returns an iterator over the
Diff objects contained in this list. |
Copyright © 2001–2018. All rights reserved.