Returns the maximum number of digits allowed in the fraction portion of a number. @see #setMaximumFractionDigits
()
| 52 | * @see #setMaximumFractionDigits |
| 53 | */ |
| 54 | @Override |
| 55 | public int getMaximumFractionDigits() { |
| 56 | return nf.getMaximumFractionDigits(); |
| 57 | } |
| 58 | |
| 59 | /** |
| 60 | * Returns the maximum number of digits allowed in the integer portion of a |
no outgoing calls
no test coverage detected