Searched defs:UUID (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/util/
H A DUUID.java30 * UUID is an immutable representation of a 128-bit universally unique
31 * identifier (UUID).
41 public final class UUID implements Serializable, Comparable<UUID> { class in inherits:Serializable,Comparable
62 * The 64 most significant bits of the UUID.
64 * The 64 least significant bits of the UUID.
66 public UUID(long mostSigBits, long leastSigBits) { method in class:UUID
117 * Generates a variant 2, version 4 (randomly generated number) UUID as per
120 * @return an UUID instance.
122 public static UUID randomUUI
[all...]

Completed in 79 milliseconds