|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the type of object this format applies to.public interface Parser<T>
This interface is used to represent parsers. A parser is used to "convert" a single formatted string into a single object.
Method Summary | |
---|---|
T |
parse(java.lang.String source)
Parses the provided string and returns its corresponding object. |
Method Detail |
---|
T parse(java.lang.String source)
source
- the string to be parsed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |