uuid
Module Contents
alltypes
Module Contents
java.util.UUID
Module Contents
actual
val
UUID
.
bytes
:
ByteArray
actual
inline
val
UUID
.
variant
:
Int
actual
inline
val
UUID
.
version
:
Int
typealias
UUID
=
Uuid
interface
UuidHasher
Module Contents
abstract
fun
digest
(
)
:
ByteArray
abstract
fun
update
(
input
:
ByteArray
)
:
Unit
abstract
val
version
:
Int
class
UuidTest
Module Contents
UuidTest
(
)
fun
deprecated_parse_provides_higher_and_lower_bits
(
)
:
Unit
fun
deprecated_parses_a_UUID_from_a_string
(
)
:
Unit
fun
generates_a_UUID
(
)
:
Unit
fun
parse_variants_from_deprecated_parse
(
)
:
Unit
fun
parses_a_UUID_from_a_string
(
)
:
Unit
fun
parsing_throws_when_passed_invalid_characters_in_string
(
)
:
Unit
fun
parsing_throws_when_passed_invalid_format_of_string
(
)
:
Unit
fun
parsing_throws_when_passed_invalid_length_of_string
(
)
:
Unit
fun
provides_higher_and_lower_bits
(
)
:
Unit
fun
test_comparison
(
)
:
Unit
fun
throws_when_passed_invalid_number_of_bytes
(
)
:
Unit
fun
uuid4_generation
(
)
:
Unit
fun
uuid_from_msb_and_lsb
(
)
:
Unit
fun
variants
(
)
:
Unit
fun
versions
(
)
:
Unit
fun
versions_from_deprecated_parse
(
)
:
Unit
package
com.benasher44.uuid
Module Contents
expect
val
Uuid
.
bytes
:
ByteArray
java.util.UUID
Module Contents
actual
val
UUID
.
bytes
:
ByteArray
actual
inline
val
UUID
.
variant
:
Int
actual
inline
val
UUID
.
version
:
Int
fun
nameBasedUuidOf
(
namespace
:
Uuid
,
name
:
String
,
hasher
:
UuidHasher
)
:
Uuid
typealias
UUID
=
Uuid
val
Uuid
.
uuid
:
ByteArray
Uuid
Module Contents
expect
class
Uuid
:
Comparable
<
Uuid
>
Module Contents
Uuid
(
msb
:
Long
,
lsb
:
Long
)
val
leastSignificantBits
:
Long
val
mostSignificantBits
:
Long
actual
typealias
Uuid
=
UUID
fun
uuid3Of
(
namespace
:
Uuid
,
name
:
String
)
:
Uuid
expect
fun
uuid4
(
)
:
Uuid
fun
uuid5Of
(
namespace
:
Uuid
,
name
:
String
)
:
Uuid
expect
fun
uuidFrom
(
string
:
String
)
:
Uuid
interface
UuidHasher
Module Contents
abstract
fun
digest
(
)
:
ByteArray
abstract
fun
update
(
input
:
ByteArray
)
:
Unit
abstract
val
version
:
Int
expect
fun
uuidOf
(
bytes
:
ByteArray
)
:
Uuid
class
UuidTest
Module Contents
UuidTest
(
)
fun
deprecated_parse_provides_higher_and_lower_bits
(
)
:
Unit
fun
deprecated_parses_a_UUID_from_a_string
(
)
:
Unit
fun
generates_a_UUID
(
)
:
Unit
fun
parse_variants_from_deprecated_parse
(
)
:
Unit
fun
parses_a_UUID_from_a_string
(
)
:
Unit
fun
parsing_throws_when_passed_invalid_characters_in_string
(
)
:
Unit
fun
parsing_throws_when_passed_invalid_format_of_string
(
)
:
Unit
fun
parsing_throws_when_passed_invalid_length_of_string
(
)
:
Unit
fun
provides_higher_and_lower_bits
(
)
:
Unit
fun
test_comparison
(
)
:
Unit
fun
throws_when_passed_invalid_number_of_bytes
(
)
:
Unit
fun
uuid4_generation
(
)
:
Unit
fun
uuid_from_msb_and_lsb
(
)
:
Unit
fun
variants
(
)
:
Unit
fun
versions
(
)
:
Unit
fun
versions_from_deprecated_parse
(
)
:
Unit
expect
val
Uuid
.
variant
:
Int
expect
val
Uuid
.
version
:
Int