Package | Description |
---|---|
org.apache.commons.lang3.builder |
Assists in creating consistent
equals(Object) , toString() , hashCode() , and compareTo(Object) methods. |
Modifier and Type | Method and Description |
---|---|
DiffResult |
DiffBuilder.build()
Builds a
DiffResult based on the differences appended to this
builder. |
DiffResult |
Diffable.diff(T obj)
Retrieves a list of the differences between
this object and the supplied object.
|
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.