Packages |
org.apache.commons.id |
This package contains factories and implementation classes to generate unique
identifiers. |
org.apache.commons.id.random |
This package contains identifier generators that return sequences of
identifiers that appear to be random. |
org.apache.commons.id.serial |
This package contains identifier generators that yield sequences of
identifiers that follow a prescribed order. |
org.apache.commons.id.uuid |
This package contains UUID (Universally Unique Identifier)
generator implementations and supporting classes. |
org.apache.commons.id.uuid.clock |
This package contains the Clock interface and implementations for
generating UUID timestamps. |
org.apache.commons.id.uuid.state |
This package contains persistent and non-persistent state
implementations for data related to the generation of version 1 UUIDs. |
org.apache.commons.id.uuid.task |
This package contains an Ant task to generate UUIDs. |