Uses of Class
com.eaio.uuid.UUID

Packages that use UUID
com.eaio.uuid An implementation of Universally Unique IDentifiers, as outlined in the DCE Universal Token Identifier specification. 
 

Uses of UUID in com.eaio.uuid
 

Fields in com.eaio.uuid declared as UUID
 UUID UUIDHolder.value
           
 

Methods in com.eaio.uuid that return UUID
static UUID UUIDHelper.extract(Any a)
           
static UUID UUID.nilUUID()
          Returns the nil UUID (a UUID whose values are both set to zero).
static UUID UUIDHelper.read(InputStream istream)
           
 

Methods in com.eaio.uuid with parameters of type UUID
 int UUID.compareTo(UUID t)
          Compares this UUID to another Object.
static void UUIDHelper.insert(Any a, UUID that)
           
static void UUIDHelper.write(OutputStream ostream, UUID value)
           
 

Constructors in com.eaio.uuid with parameters of type UUID
UUID(UUID u)
          Copy constructor for UUID.
UUIDHolder(UUID initialValue)
           
 



Copyright © 2003-2011. All Rights Reserved.