Package com.eaio.uuid

An implementation of Universally Unique IDentifiers, as outlined in the DCE Universal Token Identifier specification.

See:
          Description

Class Summary
UUID Creates UUIDs according to the DCE Universal Token Identifier specification.
UUIDGen This class contains methods to generate UUID fields.
UUIDHelper The UUID struct.
UUIDHolder The UUID struct.
 

Package com.eaio.uuid Description

An implementation of Universally Unique IDentifiers, as outlined in the DCE Universal Token Identifier specification. UUIDs can be used for databases or anywhere you need primary keys and sequences aren't good enough.

This implementation is by far the fastest on the market, as well as being threadsafe.



Copyright © 2003-2011. All Rights Reserved.