Uses of Interface
com.github.f4b6a3.uuid.codec.base.BaseNCodec.CustomDivider
-
Packages that use BaseNCodec.CustomDivider Package Description com.github.f4b6a3.uuid.codec.base com.github.f4b6a3.uuid.codec.base.function -
-
Uses of BaseNCodec.CustomDivider in com.github.f4b6a3.uuid.codec.base
Methods in com.github.f4b6a3.uuid.codec.base with parameters of type BaseNCodec.CustomDivider Modifier and Type Method Description static BaseNCodecBaseNCodec. newInstance(int radix, BaseNCodec.CustomDivider divider)Static factory that returns a new instance ofBaseNCodecusing the specified radix and aBaseNCodec.CustomDivider.static BaseNCodecBaseNCodec. newInstance(BaseN base, BaseNCodec.CustomDivider divider)Static factory that returns a new instance ofBaseNCodecusing the specifiedBaseNand aBaseNCodec.CustomDivider.static BaseNCodecBaseNCodec. newInstance(String alphabet, BaseNCodec.CustomDivider divider)Static factory that returns a new instance ofBaseNCodecusing the specified alphabet and aBaseNCodec.CustomDivider.Constructors in com.github.f4b6a3.uuid.codec.base with parameters of type BaseNCodec.CustomDivider Constructor Description BaseNCodec(BaseN base, BaseNCodec.CustomDivider divider) -
Uses of BaseNCodec.CustomDivider in com.github.f4b6a3.uuid.codec.base.function
Fields in com.github.f4b6a3.uuid.codec.base.function declared as BaseNCodec.CustomDivider Modifier and Type Field Description protected BaseNCodec.CustomDividerBaseNRemainderEncoder. dividerMethods in com.github.f4b6a3.uuid.codec.base.function with parameters of type BaseNCodec.CustomDivider Modifier and Type Method Description protected static long[]BaseNRemainderEncoder. divide(long x, BaseNCodec.CustomDivider divider, long rem)Constructors in com.github.f4b6a3.uuid.codec.base.function with parameters of type BaseNCodec.CustomDivider Constructor Description BaseNRemainderEncoder(BaseN base, BaseNCodec.CustomDivider divider)
-