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 ¶
FromBits is the Go target for the `(UUID. msb lsb)` constructor sugar. Mirrors `new UUID(long, long)`.
func NameUUIDFromBytes ¶
NameUUIDFromBytes mirrors UUID.nameUUIDFromBytes(byte[]).
Types ¶
This section is empty.