Adds the result of super.hashCode() to this builder.
@param superHashCode the result of callingsuper.hashCode()
@return this HashCodeBuilder, used to chain calls.
@since 2.0
Append the toString from the superclass.
This method assumes that the superclass uses the same ToStringStyle as this one.
If superToString is null, no change is made.
super.toString()
@return this
@since 2.0
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |