UUID

interface UUID : StringLike

Typed UUID

Describes the concept of a StringLike typed UUID, which is held in an optimized internal representation. UUIDs behave as native strings just like URLs.

Inheritors

Types

Link copied to clipboard
interface Factory

Describes the layout of static methods which are available to obtain (generate, parse) UUID values.

Link copied to clipboard

Describes types of supported UUIDs.

Properties

Link copied to clipboard
abstract val asString: String

Return the string representation of this UUID.

Link copied to clipboard
abstract val length: Int

Functions

Link copied to clipboard
abstract operator fun get(index: Int): Char
Link copied to clipboard
abstract fun subSequence(startIndex: Int, endIndex: Int): CharSequence