com.vodafone360.people.utils
Class MathUtils

java.lang.Object
  extended by com.vodafone360.people.utils.MathUtils

public class MathUtils
extends java.lang.Object


Constructor Summary
MathUtils()
           
 
Method Summary
static int convertBytesToInt(byte b1, byte b2, byte b3, byte b4)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MathUtils

public MathUtils()
Method Detail

convertBytesToInt

public static int convertBytesToInt(byte b1,
                                    byte b2,
                                    byte b3,
                                    byte b4)


JavaDoc