Package | Description |
---|---|
net.jini.id |
Provides classes and interfaces for using universally unique
identifiers.
|
Modifier and Type | Method and Description |
---|---|
static Uuid |
UuidFactory.create(long bits0,
long bits1)
Creates a new
Uuid with the specified 128-bit
value. |
static Uuid |
UuidFactory.create(String s)
Creates a new
Uuid with the 128-bit value
represented by the specified string. |
static Uuid |
UuidFactory.create(Uri urn)
Generate a Uuid from a RFC 4122 Compliant URN.
|
static Uuid |
UuidFactory.generate()
Generates a new
Uuid with 122 bits of its value
produced from a cryptographically strong random sequence. |
Uuid |
ReferentUuid.getReferentUuid()
Return the
Uuid that has been assigned to the
resource this proxy represents. |
static Uuid |
UuidFactory.read(InputStream in)
Creates a new
Uuid with the 128-bit value obtained
by unmarshalling a binary representation from the supplied
InputStream . |
Copyright © 2016–2018 The Apache Software Foundation. All rights reserved.