Class LexicalUUID
java.lang.Object
icu.congee.id.generator.lexical.LexicalUUID
- All Implemented Interfaces:
Comparable<LexicalUUID>
-
Constructor Summary
ConstructorsConstructorDescriptionLexicalUUID(long timestamp, long workerID) LexicalUUID(Clock clock) LexicalUUID(Clock clock, long workerID) -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(LexicalUUID that) static LexicalUUIDstatic LexicalUUIDfromString(String uuid) toString()
-
Constructor Details
-
LexicalUUID
public LexicalUUID(long timestamp, long workerID) -
LexicalUUID
-
LexicalUUID
-
-
Method Details
-
fromClock
-
fromString
-
compareTo
- Specified by:
compareToin interfaceComparable<LexicalUUID>
-
toString
-