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

Packages that use UUID
org.apache.commons.id.uuid   
 

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

Methods in org.apache.commons.id.uuid that return UUID
static UUID UUID.fromString(String uuidString)
          Parses a string for a UUID.
static UUID UUID.nameUUIDFromString(String name, UUID namespace)
          Returns a new version three UUID given a name and the namespace's UUID.
static UUID UUID.nameUUIDFromString(String name, UUID namespace, 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(String name, UUID namespace)
          Returns a new version three UUID given a name and the namespace's UUID.
static UUID UUID.nameUUIDFromString(String name, UUID namespace, 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 © 2013 LittleShoot. All Rights Reserved.