expect class Uuid : Comparable<Uuid>
A RFC4122 UUID
Uuid(msb: Long, lsb: Long)
Construct new Uuid instance using the given data. |
val leastSignificantBits: Long
The least significant 64 bits of this UUID's 128 bit value. |
|
val mostSignificantBits: Long
The most significant 64 bits of this UUID's 128 bit value. |