MultipazProject
Toggle table of contents
common
javaShared
Platform filter
common
javaShared
Switch theme
Search in API
MultipazProject
multipaz
/
org.multipaz.util
/
UUID
UUID
data
class
UUID
(
val
mostSignificantBits
:
ULong
,
val
leastSignificantBits
:
ULong
)
Members
Members & Extensions
Constructors
UUID
Link copied to clipboard
constructor
(
mostSignificantBits
:
ULong
,
leastSignificantBits
:
ULong
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
least
Significant
Bits
Link copied to clipboard
val
leastSignificantBits
:
ULong
most
Significant
Bits
Link copied to clipboard
val
mostSignificantBits
:
ULong
Functions
to
Byte
Array
Link copied to clipboard
fun
toByteArray
(
)
:
ByteArray
to
Java
Uuid
Link copied to clipboard
javaShared
fun
UUID
.
toJavaUuid
(
)
:
<Error class: unknown class>
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String