| 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(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) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Constructor and Description |
|---|
UUID(UUID u)
Copy constructor for UUID.
|
UUIDHolder(UUID initialValue) |
Copyright © 2003-2014. All Rights Reserved.