pal.misc
Class IdGenerator

java.lang.Object
  |
  +--pal.misc.IdGenerator

public class IdGenerator
extends java.lang.Object

Generates IdGroup objects given certain parameters.


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.