org.stringtree.util
Class LongNumberUtils

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

public class LongNumberUtils
extends java.lang.Object


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

Constructor Detail

LongNumberUtils

public LongNumberUtils()
Method Detail

longValue

public static long longValue(java.lang.Object obj,
                             long dfl)

longValue

public static long longValue(java.lang.Object s)