uuid

package
v0.6.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 16, 2026 License: EPL-1.0 Imports: 5 Imported by: 0

Documentation

Overview

Package uuid exposes JVM-faithful java.util.UUID equivalents for code running on glojure. Static methods (UUID/randomUUID, UUID/fromString, UUID/nameUUIDFromBytes) are published through pkgmap under both the bare "UUID." prefix and the fully qualified Go path. The (UUID. msb lsb) constructor sugar is handled by rewrite-core, which redirects to FromBits. Instance methods (toString, compareTo, getMostSignificantBits, ...) reach through lang.FieldOrMethod via reflection on *UUID.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FromBits

func FromBits(args ...any) *juuid.UUID

FromBits is the Go target for the `(UUID. msb lsb)` constructor sugar. Mirrors `new UUID(long, long)`.

func FromString

func FromString(args ...any) *juuid.UUID

FromString mirrors UUID.fromString.

func NameUUIDFromBytes

func NameUUIDFromBytes(args ...any) *juuid.UUID

NameUUIDFromBytes mirrors UUID.nameUUIDFromBytes(byte[]).

func RandomUUID

func RandomUUID() *juuid.UUID

RandomUUID mirrors UUID.randomUUID.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL