Package org.apache.commons.id.uuid

Interface Summary
Constants Constant values commonly needed in the uuid classes.
NodeManager Class is responsible for managing the Nodes identified for this system (JVM instance), as well as the state management for the Nodes.
 

Class Summary
Bytes Static methods for managing byte arrays (all methods follow Big Endian order where most significant bits are in front).
NodeManagerImpl Class is responsible for managing the Nodes identified for this system (JVM instance), as well as the state management for the Nodes.
UUID UUID represents a Universally Unique Identifier per RFC 4122.
VersionFourGenerator Class is responsible for generating version 4 UUID's per RFC 4122.
VersionOneGenerator Class is responsible for generating version 1 UUID's per RFC 4122.
 

Exception Summary
UUIDFormatException Thrown to indicate an attempted to convert a string to a UUID, but that the string does not have the appropriate format.
 



Copyright © 2013 LittleShoot. All Rights Reserved.