equals(Object)
, toString()
,
hashCode()
, and compareTo(Object)
methods.See: Description
Interface | Description |
---|---|
Builder<T> |
The Builder interface is designed to designate a class as a builder
object in the Builder design pattern.
|
Class | Description |
---|---|
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 . |
equals(Object)
, toString()
,
hashCode()
, and compareTo(Object)
methods.These classes are not thread-safe.
Object.equals(Object)
,
Object.toString()
,
Object.hashCode()
,
Comparable.compareTo(Object)
Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.