org.stringtree.util
Class IntegerNumberUtils

java.lang.Object
  extended by org.stringtree.util.IntegerNumberUtils

public class IntegerNumberUtils
extends java.lang.Object


Constructor Summary
IntegerNumberUtils()
           
 
Method Summary
static int intValue(java.lang.Object s)
           
static int intValue(java.lang.Object obj, int dfl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegerNumberUtils

public IntegerNumberUtils()
Method Detail

intValue

public static int intValue(java.lang.Object obj,
                           int dfl)

intValue

public static int intValue(java.lang.Object s)