|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
CompareToBuilder | CompareTo generation routines.
|
EqualsBuilder | Equals generation routines.
|
HashCodeBuilder | HashCode generation routines.
|
StandardToStringStyle | StandardToStringStyle works with ToStringBuilder to create a
toString.
|
ToStringBuilder | ToString generation routine.
|
ToStringStyle | ToStringStyle works with ToStringBuilder to create a
toString. |
ToStringStyle.DefaultToStringStyle | Default ToStringStyle. |
ToStringStyle.MultiLineToStringStyle | ToStringStyle that outputs on multiple lines. |
ToStringStyle.NoFieldNameToStringStyle | ToStringStyle that does not print out the field names. |
ToStringStyle.SimpleToStringStyle | ToStringStyle that does not print out the classname, identity hashcode, content start or field name. |
These builders assist with creating good equals(), toString(), hashCode(), and compareTo() methods.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |