Interface Identifier

All Superinterfaces:
Comparable<Identifier>
All Known Implementing Classes:
UUIDIdentifier

public interface Identifier extends Comparable<Identifier>
And identifier has a textual and binary representation.
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    Get the binary representation of the identifier.
    Get the textual representation of the identifier.

    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.