Searched defs:BigDecimalLayoutForm (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/
H A DFormatter.java2567 public enum BigDecimalLayoutForm { SCIENTIFIC, DECIMAL_FLOAT }; enum in class:Formatter
3545 BigDecimalLayoutForm.SCIENTIFIC);
3599 BigDecimalLayoutForm.DECIMAL_FLOAT);
3663 public BigDecimalLayout(BigInteger intVal, int scale, BigDecimalLayoutForm form) {
3703 private void layout(BigInteger intVal, int scale, BigDecimalLayoutForm form) {
3718 if (form == BigDecimalLayoutForm.SCIENTIFIC) {
3732 if (form == BigDecimalLayoutForm.SCIENTIFIC)
3738 if (form == BigDecimalLayoutForm.DECIMAL_FLOAT) {

Completed in 42 milliseconds