public class Integers extends Object
Constructor and Description |
---|
Integers() |
public static int parseInt(String s, int defaultValue)
s
- a String
containing the int
representation to parse, may be null
or ""
defaultValue
- the return value, use defaultValue
if s
is null
or ""
NumberFormatException
- if the string does not contain a parsable integer.public static int parseInt(String s)
s
- a String
containing the int
representation to parse, may be null
or ""
NumberFormatException
- if the string does not contain a parsable integer.Copyright © 1999-2014 Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.