org.hrodberaht.directus.util
Class NumberUtil

java.lang.Object
  extended by org.hrodberaht.directus.util.NumberUtil

public class NumberUtil
extends Object

Simple Java Utils

Since:
1.0
Version:
1.0
Author:
Robert Alexandersson

Method Summary
static Integer parseInt(String value)
           
static Long parseLong(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

parseLong

public static Long parseLong(String value)

parseInt

public static Integer parseInt(String value)


Copyright © 2011. All Rights Reserved.