Assists in creating consistent equals(Object), toString(), hashCode(), and compareTo(Object) methods. @see java.lang.Object#equals(Object) @see java.lang.Object#toString() @see java.lang.Object#hashCode() @see java.lang.Comparable#compareTo(Object) @since 1.0

These classes are not thread-safe.