JTools

org.jtools.util
Class CommonUtils

java.lang.Object
  extended by org.jtools.util.CommonUtils

public final class CommonUtils
extends Object

TODO type-description

Author:
Rainer Noack

Constructor Summary
CommonUtils()
           
 
Method Summary
static boolean equals(Object o1, Object o2)
           
static short unsigned(byte x)
           
static long unsigned(int x)
           
static int unsigned(short x)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommonUtils

public CommonUtils()
Method Detail

equals

public static boolean equals(Object o1,
                             Object o2)

unsigned

public static short unsigned(byte x)

unsigned

public static int unsigned(short x)

unsigned

public static long unsigned(int x)

JTools

© 2000-2006, JTools.org.