|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
equals(Object)
, toString()
,
hashCode()
, and compareTo(Object)
methods.
See:
Description
Interface Summary | |
---|---|
Builder<T> | The Builder interface is designed to designate a class as a builder object in the Builder design pattern. |
Class Summary | |
---|---|
CompareToBuilder | Assists in implementing Comparable.compareTo(Object) methods. |
EqualsBuilder | Assists in implementing Object.equals(Object) methods. |
HashCodeBuilder |
Assists in implementing Object.hashCode() methods. |
ReflectionToStringBuilder |
Assists in implementing Object.toString() methods using reflection. |
StandardToStringStyle | Works with ToStringBuilder to create a toString . |
ToStringBuilder | Assists in implementing Object.toString() methods. |
ToStringStyle | Controls String formatting for ToStringBuilder . |
Assists in creating consistent equals(Object)
, toString()
,
hashCode()
, and compareTo(Object)
methods.
These classes are not thread-safe.
Object.equals(Object)
,
Object.toString()
,
Object.hashCode()
,
Comparable.compareTo(Object)
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |