Class BaseNRemainderDecoder

  • All Implemented Interfaces:
    Function<String,​UUID>

    public final class BaseNRemainderDecoder
    extends BaseNDecoder
    Function that decodes a base-n string to a UUID. It decodes strings created by encoders that use remainder operator (modulus), a common approach to encode integers. The decoding process is performed using integer arithmetic.
    • Constructor Detail

      • BaseNRemainderDecoder

        public BaseNRemainderDecoder​(BaseN base)
    • Method Detail