public abstract class TFormat extends Object implements TSerializable, TCloneable
Modifier and Type | Class and Description |
---|---|
static class |
TFormat.Field |
Constructor and Description |
---|
TFormat() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
String |
format(Object object) |
abstract StringBuffer |
format(Object object,
StringBuffer buffer,
TFieldPosition field) |
TAttributedCharacterIterator |
formatToCharacterIterator(Object object) |
Object |
parseObject(String string) |
abstract Object |
parseObject(String string,
TParsePosition position) |
public abstract StringBuffer format(Object object, StringBuffer buffer, TFieldPosition field)
public TAttributedCharacterIterator formatToCharacterIterator(Object object)
public Object parseObject(String string) throws TParseException
TParseException
public abstract Object parseObject(String string, TParsePosition position)
Copyright © 2019. All rights reserved.