public class FormattableFlags extends Object
Modifier and Type | Field and Description |
---|---|
static int |
ALTERNATE
需要输出使用另一种形式。
|
static int |
LEFT_JUSTIFY
左对齐输出。
|
static int |
UPPERCASE
转换输出为大写根据对
formatTo() 方法
formatter争论创作期间给予
locale规则。
|
public static final int LEFT_JUSTIFY
这个标志对应'-'('\u002d')在格式说明符。
public static final int UPPERCASE
formatTo()
方法
formatter争论创作期间给予
locale规则。输出应当相当于以下
String.toUpperCase(java.util.Locale)
touppercase()出来。
这个标志对应'S'('\u0053')在格式说明符。
调用public static final int ALTERNATE
这个标志对应'#'('\u0023')在格式说明符。
指定。 Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.