public abstract class Abstract extends Object implements Aggregator
VERSION
Constructor and Description |
---|
Abstract() |
Modifier and Type | Method and Description |
---|---|
protected int |
parseInt(String value,
String dflt)
Formats the String value as an integer.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compute
protected int parseInt(String value, String dflt) throws NumberFormatException
value
- the value to be converted to integer.dflt
- the default value to be used in case value is NaN or null.NumberFormatException
- in the case when default value cannot be
converted to an int.Copyright © 2011 The University of Southern California. All Rights Reserved.