Package net.fortuna.ical4j.util
Class Numbers
- java.lang.Object
-
- net.fortuna.ical4j.util.Numbers
-
public final class Numbers extends Object
$Id$ Created on 6/08/2005 A utility class for number processing.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
parseInt(String value)
Wrapsjava.lang.Integer.parseInt()
to accept values with a PLUS character (i.e.
-
-
-
Method Detail
-
parseInt
public static int parseInt(String value)
Wrapsjava.lang.Integer.parseInt()
to accept values with a PLUS character (i.e. "+2").- Parameters:
value
- an integer string- Returns:
- a parsed integer value
-
-