Example usage for Java java.text Format fields, constructors, methods, implement or subclass
The text is from its open source code.
Format() Sole constructor. |
AttributedCharacterIterator | formatToCharacterIterator(Object obj) Formats an Object producing an AttributedCharacterIterator . |
Class> | getClass() Returns the runtime class of this Object . |
Object | parseObject(String source) Parses text from the beginning of the given string to produce an object. |
Object | parseObject(String source, ParsePosition pos) Parses text from a string to produce an object. |