| Package | Description |
|---|---|
| com.eaio.uuid |
An implementation of Universally Unique IDentifiers, as outlined in
the DCE Universal Token Identifier specification.
|
| Modifier and Type | Field and Description |
|---|---|
UUID |
UUIDHolder.value |
| Modifier and Type | Method and Description |
|---|---|
static UUID |
UUIDHelper.extract(org.omg.CORBA.Any a) |
static UUID |
UUID.fromString(java.lang.String uuid)
Dedicated method which allows UUID object to be created by jaxrs runtime.
|
static UUID |
UUID.nilUUID()
Returns the nil UUID (a UUID whose values are both set to zero).
|
static UUID |
UUIDHelper.read(org.omg.CORBA.portable.InputStream istream) |
| Modifier and Type | Method and Description |
|---|---|
int |
UUID.compareTo(UUID t)
Compares this UUID to another Object.
|
static void |
UUIDHelper.insert(org.omg.CORBA.Any a,
UUID that) |
static void |
UUIDHelper.write(org.omg.CORBA.portable.OutputStream ostream,
UUID value) |
| Constructor and Description |
|---|
UUID(UUID u)
Copy constructor for UUID.
|
UUIDHolder(UUID initialValue) |
Copyright © 2003-2018. All Rights Reserved.