Package java.utilClass Locale
int hashCode()
Overrides:
_INSERT_METHOD_SIGNATURE_HERE_
Description:
This method overrides hashcode from the base class.
Example
Locale loc = new Locale("de","AT","vienna"); Logger.log("" + loc.hashCode());
The hashCode method returns the hashcode of this Locale object.