Uses of Class
org.apache.commons.id.serial.AlphanumericGenerator

Packages that use AlphanumericGenerator
org.apache.commons.id.serial This package contains identifier generators that yield sequences of identifiers that follow a prescribed order. 
 

Uses of AlphanumericGenerator in org.apache.commons.id.serial
 

Subclasses of AlphanumericGenerator in org.apache.commons.id.serial
 class PrefixedAlphanumericGenerator
          PrefixedAlphanumericGenerator is an identifier generator that generates an incrementing number in base 36 with a prefix as a String object.
 



Copyright © 2003-2008 The Apache Software Foundation. All Rights Reserved.