Interface Id


public interface Id
  • Method Details

    • toBytes

      byte[] toBytes()
    • toLong

      long toLong()
    • toString

      String toString()
      Overrides:
      toString in class Object
    • long2bytes

      default byte[] long2bytes(long value)
    • toBase64

      default String toBase64()
    • toBase62

      default String toBase62()
    • toBase36

      default String toBase36()
    • toBase32

      default String toBase32()
    • toBase16

      default String toBase16()
    • toBase10

      default String toBase10()