|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IParser
Parses Strings to Objects.
| Method Summary | |
|---|---|
java.lang.Object |
parse(java.lang.String toParse)
Parses the given String and returns an Object of the specific type. |
| Method Detail |
|---|
@Nullable java.lang.Object parse(java.lang.String toParse)
String and returns an Object of the specific type. If the input cannot be parsed
into a valid object, than it will return null.
toParse - the String to convert to an Object.
Object read from the String,null if the input was invalid
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||