- java.lang.Object
-
- com.github.f4b6a3.uuid.codec.other.TimeOrderedCodec
-
-
Field Summary
Fields Modifier and Type Field Description static TimeOrderedCodecINSTANCEA shared immutable instance.
-
Constructor Summary
Constructors Constructor Description TimeOrderedCodec()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UUIDdecode(UUID uuid)Get a time-based UUID from a time-ordered UUID.UUIDencode(UUID uuid)Get a time-ordered UUID from a time-based UUID.
-
-
-
Field Detail
-
INSTANCE
public static final TimeOrderedCodec INSTANCE
A shared immutable instance.
-
-