Package pal.misc

Class 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

      Constructors 
      Constructor Description
      IdGenerator()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      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.