Package org.apache.commons.lang3.builder

Assists in creating consistent equals(Object), toString(), hashCode(), and compareTo(Object) methods.

See: Description

Package org.apache.commons.lang3.builder Description

Assists in creating consistent equals(Object), toString(), hashCode(), and compareTo(Object) methods.
Since:
1.0

These classes are not thread-safe.

See Also:
Object.equals(Object), Object.toString(), Object.hashCode(), Comparable.compareTo(Object)

Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.