public final class Numbers
extends Object
$Id$
Created on 6/08/2005
A utility class for number processing.
-
Method Summary
static int
Wraps java.lang.Integer.parseInt() to accept values with
a PLUS character (i.e.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
parseInt
public static int parseInt(String value)
Wraps java.lang.Integer.parseInt() to accept values with
a PLUS character (i.e. "+2").
- Parameters:
value - an integer string
- Returns:
- a parsed integer value