net.fortuna.ical4j.util
Class Numbers

java.lang.Object
  extended bynet.fortuna.ical4j.util.Numbers

public final class Numbers
extends Object

A utility class for number processing.

Author:
Ben Fortuna

Method Summary
static int parseInt(String value)
          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 Detail

parseInt

public static int parseInt(String value)
Wraps java.lang.Integer.parseInt() to accept values with a PLUS character (i.e. "+2").

Parameters:
value -
Returns: