public class IntegerParser extends AbstractNumberParser<Integer>
| Constructor and Description |
|---|
IntegerParser() |
IntegerParser(NumberFormat numberFormat) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
parseString(String text) |
parseNumberparsepublic IntegerParser()
public IntegerParser(NumberFormat numberFormat)
public Integer parseString(String text) throws ParseException
parseString in class AbstractParser<Integer>ParseExceptionCopyright © 2002–2017 SoftSmithy. All rights reserved.