pal.misc
Class IdGenerator

java.lang.Object
  extended by pal.misc.IdGenerator

public class IdGenerator
extends java.lang.Object

Generates IdGroup objects given certain parameters.

Version:
$Id: IdGenerator.java,v 1.3 2001/07/13 14:39:13 korbinian Exp $
Author:
Alexei Drummond

Constructor Summary
IdGenerator()
           
 
Method Summary
static IdGroup createIdGroup(int size)
          generates a group of unique identifiers numbered from zero.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdGenerator

public IdGenerator()
Method Detail

createIdGroup

public static IdGroup createIdGroup(int size)
generates a group of unique identifiers numbered from zero.