public class IntegerParser extends java.lang.Object implements Parser<java.lang.Integer>
NumberFormat.getDecimalFormat().| Modifier | Constructor and Description | 
|---|---|
| protected  | IntegerParser() | 
| Modifier and Type | Method and Description | 
|---|---|
| static Parser<java.lang.Integer> | instance()Returns the instance of the no-op renderer. | 
| java.lang.Integer | parse(java.lang.CharSequence object) | 
public static Parser<java.lang.Integer> instance()