Uses of Class
com.github.f4b6a3.uuid.codec.base.BaseN
-
Packages that use BaseN Package Description com.github.f4b6a3.uuid.codec.base com.github.f4b6a3.uuid.codec.base.function -
-
Uses of BaseN in com.github.f4b6a3.uuid.codec.base
Fields in com.github.f4b6a3.uuid.codec.base declared as BaseN Modifier and Type Field Description protected BaseNBaseNCodec. baseMethods in com.github.f4b6a3.uuid.codec.base that return BaseN Modifier and Type Method Description BaseNBaseNAlphabet. getBase()BaseNBaseNCodec. getBase()static BaseNBaseN. valueOf(String name)Returns the enum constant of this type with the specified name.static BaseN[]BaseN. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.github.f4b6a3.uuid.codec.base with parameters of type BaseN Constructor Description BaseNCodec(BaseN base, String alphabet) -
Uses of BaseN in com.github.f4b6a3.uuid.codec.base.function
Fields in com.github.f4b6a3.uuid.codec.base.function declared as BaseN Modifier and Type Field Description protected BaseNBaseNDecoder. baseprotected BaseNBaseNEncoder. baseConstructors in com.github.f4b6a3.uuid.codec.base.function with parameters of type BaseN Constructor Description BaseNDecoder(BaseN base, String alphabet)BaseNEncoder(BaseN base, String alphabet)
-