U - The type of the value to parsepublic interface ValueParser<U>
| Modifier and Type | Method and Description |
|---|---|
U |
valueOf(java.lang.String value)
Extracts a primitive from a string.
|
U valueOf(java.lang.String value) throws java.lang.IllegalArgumentException
value - The string to parsejava.lang.IllegalArgumentException - if the value couldn't be parsedCopyright © 2002–2018 PMD. All rights reserved.