org.activemath.webapp.dict
Class DictUtils

java.lang.Object
  extended by org.activemath.webapp.dict.DictUtils

public class DictUtils
extends Object

Little set of static methods for general use


Constructor Summary
DictUtils()
           
 
Method Summary
static int createUniqueNumber()
          Simple central method to provide a number that is guaranteed to have been never given by this method earlier in the life of this class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DictUtils

public DictUtils()
Method Detail

createUniqueNumber

public static int createUniqueNumber()
Simple central method to provide a number that is guaranteed to have been never given by this method earlier in the life of this class.

Returns:
an int that's never been given