| java.lang.Object | ||
| ↳ | java.lang.Enum<java.util.Formatter.BigDecimalLayoutForm> | |
| ↳ | java.util.Formatter.BigDecimalLayoutForm | |
The enumeration giving the available styles for formatting very large decimal numbers.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Formatter.BigDecimalLayoutForm | DECIMAL_FLOAT | Use normal decimal/float style for BigDecimals. | |||||||||
| Formatter.BigDecimalLayoutForm | SCIENTIFIC | Use scientific style for BigDecimals. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Use normal decimal/float style for BigDecimals.
Use scientific style for BigDecimals.