public class AttributesFormat extends Format
Format.Field| Constructor and Description |
|---|
AttributesFormat(String pattern) |
| Modifier and Type | Method and Description |
|---|---|
StringBuffer |
format(Object obj,
StringBuffer result,
FieldPosition pos) |
Object |
parseObject(String source,
ParsePosition pos) |
String |
toString() |
static AttributesFormat |
valueOf(String s) |
clone, format, formatToCharacterIterator, parseObjectpublic AttributesFormat(String pattern)
public static AttributesFormat valueOf(String s)
public StringBuffer format(Object obj, StringBuffer result, FieldPosition pos)
public Object parseObject(String source, ParsePosition pos)
parseObject in class FormatCopyright © 2020. All rights reserved.