mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
8370910: Cleanup terminology of UUID vs Global Identifiers in UUID
Reviewed-by: jpai Backport-of: 6aeabd4bfaca168e9c88716b185979cf1e1b85ed
This commit is contained in:
parent
d9bc822168
commit
c46e6350aa
@ -32,12 +32,11 @@ import jdk.internal.access.SharedSecrets;
|
||||
import jdk.internal.util.ByteArrayLittleEndian;
|
||||
|
||||
/**
|
||||
* A class that represents an immutable universally unique identifier (UUID).
|
||||
* A class that represents an immutable Universally Unique IDentifier (UUID).
|
||||
* A UUID represents a 128-bit value.
|
||||
*
|
||||
* <p> There exist different variants of these global identifiers. The methods
|
||||
* of this class are for manipulating the Leach-Salz variant, although the
|
||||
* constructors allow the creation of any variant of UUID (described below).
|
||||
* <p> This class is primarily designed for manipulating Leach-Salz variant UUIDs,
|
||||
* but it also supports the creation of UUIDs of other variants.
|
||||
*
|
||||
* <p> The layout of a variant 2 (Leach-Salz) UUID is as follows:
|
||||
*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user