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