Answers a new DecimalFormatSymbols with the same symbols as this
DecimalFormatSymbols.
a shallow copy of this DecimalFormatSymbols See Also:java.lang.Cloneable
Compares the specified object to this DecimalFormatSymbols and answer if
they are equal. The object must be an instance of DecimalFormatSymbols
with the same symbols.
Parameters: object - the object to compare with this object true if the specified object is equal to thisDecimalFormatSymbols, false otherwise See Also:DecimalFormatSymbols.hashCode
Answers an integer hash code for the receiver. Objects which are equal
answer the same value for this method.
the receiver's hash See Also:DecimalFormatSymbols.equals