uuid / com.benasher44.uuid / Uuid

Uuid

expect class Uuid : Comparable<Uuid>

A RFC4122 UUID

Constructors

<init>

Uuid(msb: Long, lsb: Long)

Construct new Uuid instance using the given data.

Properties

leastSignificantBits

val leastSignificantBits: Long

The least significant 64 bits of this UUID's 128 bit value.

mostSignificantBits

val mostSignificantBits: Long

The most significant 64 bits of this UUID's 128 bit value.