Uses of Class
com.github.f4b6a3.uuid.codec.base.BaseNAlphabet
-
Packages that use BaseNAlphabet Package Description com.github.f4b6a3.uuid.codec.base -
-
Uses of BaseNAlphabet in com.github.f4b6a3.uuid.codec.base
Methods in com.github.f4b6a3.uuid.codec.base that return BaseNAlphabet Modifier and Type Method Description static BaseNAlphabetBaseNAlphabet. valueOf(String name)Returns the enum constant of this type with the specified name.static BaseNAlphabet[]BaseNAlphabet. 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 BaseNAlphabet Constructor Description BaseNCodec(BaseNAlphabet baseNAlphabet)
-