List of usage examples for java.text NumberFormat hashCode
@Override public int hashCode()
From source file:Main.java
public static void main(String[] args) throws Exception { NumberFormat numberFormat = NumberFormat.getPercentInstance(Locale.CANADA); System.out.println(numberFormat.hashCode()); }