Package pal.misc
Class IdGenerator
- java.lang.Object
-
- 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
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.
-
-
-
Method Detail
-
createIdGroup
public static IdGroup createIdGroup(int size)
generates a group of unique identifiers numbered from zero.
-
-