public interface Parser<T>
| Modifier and Type | Method and Description |
|---|---|
T |
parse(String value)
Parse a string value and return an instance of value T.
|
T parse(String value) throws ParseException
value - The value to parse.ParseException - If a problem occurs parsing the string value.Copyright © 2015. All rights reserved.