Compares this formatter configuration to another configuration for ordering purposes.
The comparision is based on the formatter name.
Parameters: other - the other configuration to compare against 0 if the two configurations are equal, -1 ifthis configuration ranks "lower", +1 if this configuration ranks "higher" See Also:Comparable.compareTo(Object)
Compares this formatter configuration to another configuration for equality. Equality
test is based on the formatter configuration name.
Parameters: other - the other configuration to compare to true if the configurations are equal, false other wise See Also:Object.equals(Object)
Computes the hash code for this formatter configuration. The has code is based on the
formatter configuration's name.
the hash code See Also:Object.hashCode
Returns a string representation of this formatter configuration for
debugging purposes only.
a string representation of this formatter configuration See Also:Object.toString