org.tuckey.web.filters.urlrewrite.utils
Class NumberUtils
java.lang.Object
org.tuckey.web.filters.urlrewrite.utils.NumberUtils
public class NumberUtils
- extends Object
Written in the style of commons-lang NumberUtils with only the with only two methods.
- Version:
- $Revision: 1 $ $Date: 2006-08-01 21:40:28 +1200 (Tue, 01 Aug 2006) $
- Author:
- Paul Tuckey
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NumberUtils
public NumberUtils()
stringToInt
public static int stringToInt(String str)
stringToInt
public static int stringToInt(String str,
int defaultValue)
stringToLong
public static long stringToLong(String str)
stringToLong
public static long stringToLong(String str,
long defaultValue)
Copyright © 2001-2012 Paul Tuckey. All Rights Reserved.