File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
src/java.base/share/classes/java/util Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 3232import jdk .internal .util .ByteArrayLittleEndian ;
3333
3434/**
35- * A class that represents an immutable universally unique identifier (UUID).
35+ * A class that represents an immutable Universally Unique IDentifier (UUID).
3636 * A UUID represents a 128-bit value.
3737 *
38- * <p> There exist different variants of these global identifiers. The methods
39- * of this class are for manipulating the Leach-Salz variant, although the
40- * constructors allow the creation of any variant of UUID (described below).
38+ * <p> This class is primarily designed for manipulating Leach-Salz variant UUIDs,
39+ * but it also supports the creation of UUIDs of other variants.
4140 *
4241 * <p> The layout of a variant 2 (Leach-Salz) UUID is as follows:
4342 *
You can’t perform that action at this time.
0 commit comments