org.gsm.oneapi.foundation
Class NumericUtils

java.lang.Object
  extended by org.gsm.oneapi.foundation.NumericUtils

Deprecated.

@Deprecated
public class NumericUtils
extends java.lang.Object

These utilities are only used within the ComHelper class which is not currently used


Constructor Summary
NumericUtils()
          Deprecated.  
 
Method Summary
static boolean booleanValue(java.lang.String s)
          Deprecated. 
static int intDecode(java.lang.String s)
          Deprecated. 
static int intValue(java.lang.String s)
          Deprecated. 
static long longValue(java.lang.String s)
          Deprecated. 
 long parseIPV4String(java.lang.String s)
          Deprecated. 
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NumericUtils

public NumericUtils()
Deprecated. 
Method Detail

longValue

@Deprecated
public static long longValue(java.lang.String s)
Deprecated. 


intValue

@Deprecated
public static int intValue(java.lang.String s)
Deprecated. 


intDecode

@Deprecated
public static int intDecode(java.lang.String s)
Deprecated. 


booleanValue

@Deprecated
public static boolean booleanValue(java.lang.String s)
Deprecated. 


parseIPV4String

@Deprecated
public long parseIPV4String(java.lang.String s)
Deprecated.