|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.logging.log4j.core.util.Integers
public final class Integers
Helps deal with integers.
| Method Summary | |
|---|---|
static int |
parseInt(String s)
Parses the string argument as a signed decimal integer. |
static int |
parseInt(String s,
int defaultValue)
Parses the string argument as a signed decimal integer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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.