EffectiveZoneUUID

EffectiveUUIDConverter with a fixed prefix, encoding zone-box ids as render-handle UUIDs.

Functions

Link copied to clipboard
fun fromUUID(uuid: UUID): Long?

Decodes the long from uuid, or null if its prefix doesn't match this converter.

Link copied to clipboard
open override fun getPrefix(): Long

The fixed high-64-bits namespace identifying UUIDs produced by this converter.

Link copied to clipboard
fun toUUID(number: Long): UUID

Encodes number into a UUID under this converter's prefix.