Uses of Class java.util.UUID

Uses in package java.util

Methods with parameter type java.util.UUID

int
Compare this UUID to another.

Methods with return type java.util.UUID

UUID
Creates a UUID object from a Sting representation.
UUID
UUID.nameUUIDFromBytes(byte[] name)
Creates a UUID version 3 object (name based with MD5 hashing) from a series of bytes representing a name.
UUID
Generate a Leach-Salz (Variant 2) randomly generated (version 4) UUID.