Package org.apache.commons.id.serial

This package contains identifier generators that yield sequences of identifiers that follow a prescribed order.

See:
          Description

Class Summary
AlphanumericGenerator AlphanumericGenerator is an identifier generator that generates an incrementing number in base 36 as a String object.
LongGenerator LongGenerator is an Identifier Generator that generates an incrementing number as a Long object.
NumericGenerator NumericIdentifierGenerator is an Identifier Generator that generates an incrementing number as a String object.
PrefixedAlphanumericGenerator PrefixedAlphanumericGenerator is an identifier generator that generates an incrementing number in base 36 with a prefix as a String object.
PrefixedLeftPaddedNumericGenerator PrefixedLeftPaddedNumericGenerator is an Identifier Generator that generates a left-padded incrementing number with a prefix as a String object.
PrefixedNumericGenerator PrefixedNumericGenerator is an Identifier Generator that generates an incrementing number with a prefix as a String object.
TimeBasedAlphanumericIdentifierGenerator TimeBasedAlphanumericIdentifierGenerator is an identifier generator that generates an alphanumeric identifier in base 36 as a String object from the current UTC time and an internal counter.
 

Package org.apache.commons.id.serial Description

This package contains identifier generators that yield sequences of identifiers that follow a prescribed order.



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