public abstract class BaseNEncoder extends Object implements Function<UUID,String>
If the base-n is case insensitive, it encodes in lower case only.
| Modifier and Type | Field and Description |
|---|---|
protected CharArray |
alphabet
The base-n alphabet.
|
protected BaseN |
base
The base-n.
|
| Constructor and Description |
|---|
BaseNEncoder(BaseN base) |
Copyright © 2024. All rights reserved.