- All Superinterfaces:
Comparable<Identifier>
- All Known Implementing Classes:
UUIDIdentifier
And identifier has a textual and binary representation.
-
Method Summary
Methods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
text
String text()Get the textual representation of the identifier.- Returns:
- The textual representation.
-
binary
byte[] binary()Get the binary representation of the identifier.- Returns:
- The binary representation.
-