Uses of Class
org.apache.commons.id.uuid.UUID

Packages that use UUID
org.apache.commons.id.uuid This package contains UUID (Universally Unique Identifier) generator implementations and supporting classes. 
 

Uses of UUID in org.apache.commons.id.uuid
 

Methods in org.apache.commons.id.uuid that return UUID
static UUID UUID.fromString(java.lang.String uuidString)
          Parses a string for a UUID.
static UUID UUID.nameUUIDFromString(java.lang.String name, UUID namespace)
          Returns a new version three UUID given a name and the namespace's UUID.
static UUID UUID.nameUUIDFromString(java.lang.String name, UUID namespace, java.lang.String encoding)
          Returns a new version three (MD5) or five (SHA-1) UUID, using the specified encoding given a name and the namespace's UUID.
 UUID VersionOneGenerator.nextUUID()
          Returns a new version 1 UUID.
 UUID VersionFourGenerator.nextUUID()
          Returns a new version four UUID.
static UUID UUID.randomUUID()
          Returns a new version 4 UUID, based upon Random bits.
static UUID UUID.timeUUID()
          Returns a new version 1 UUID, based upon node identifier and time stamp.
 

Methods in org.apache.commons.id.uuid with parameters of type UUID
static UUID UUID.nameUUIDFromString(java.lang.String name, UUID namespace)
          Returns a new version three UUID given a name and the namespace's UUID.
static UUID UUID.nameUUIDFromString(java.lang.String name, UUID namespace, java.lang.String encoding)
          Returns a new version three (MD5) or five (SHA-1) UUID, using the specified encoding given a name and the namespace's UUID.
 

Constructors in org.apache.commons.id.uuid with parameters of type UUID
UUID(UUID copyFrom)
          Copy constructor.
 



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