Package org.apache.commons.lang.builder

These builders assist with creating good equals(), toString(), hashCode(), and compareTo() methods.

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.
 

Package org.apache.commons.lang.builder Description

These builders assist with creating good equals(), toString(), hashCode(), and compareTo() methods.



Copyright (c) 2001-2002 - Apache Software Foundation