public abstract class Abstract extends java.lang.Object implements Aggregator
VERSION| Constructor and Description |
|---|
Abstract() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
parseInt(java.lang.String value,
java.lang.String dflt)
Formats the String value as an integer.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomputeprotected int parseInt(java.lang.String value,
java.lang.String dflt)
throws java.lang.NumberFormatException
value - the value to be converted to integer.dflt - the default value to be used in case value is NaN or null.java.lang.NumberFormatException - in the case when default value cannot be
converted to an int.