| Package | Description |
|---|---|
| com.github.f4b6a3.uuid.codec.base | |
| com.github.f4b6a3.uuid.codec.base.function |
| Modifier and Type | Method and Description |
|---|---|
static BaseNCodec |
BaseNCodec.newInstance(BaseN base,
BaseNCodec.CustomDivider divider)
Static factory that returns a new instance of
BaseNCodec using the
specified BaseN and a BaseNCodec.CustomDivider. |
static BaseNCodec |
BaseNCodec.newInstance(int radix,
BaseNCodec.CustomDivider divider)
Static factory that returns a new instance of
BaseNCodec using the
specified radix and a BaseNCodec.CustomDivider. |
static BaseNCodec |
BaseNCodec.newInstance(String alphabet,
BaseNCodec.CustomDivider divider)
Static factory that returns a new instance of
BaseNCodec using the
specified alphabet and a BaseNCodec.CustomDivider. |
| Constructor and Description |
|---|
BaseNCodec(BaseN base,
BaseNCodec.CustomDivider divider) |
| Modifier and Type | Field and Description |
|---|---|
protected BaseNCodec.CustomDivider |
BaseNRemainderEncoder.divider
A custom divider for optimization.
|
| Modifier and Type | Method and Description |
|---|---|
protected static long[] |
BaseNRemainderEncoder.divide(long x,
BaseNCodec.CustomDivider divider,
long rem)
Divide a long as unsigned 64 bit integer
|
| Constructor and Description |
|---|
BaseNRemainderEncoder(BaseN base,
BaseNCodec.CustomDivider divider)
Constructor with a base-n and a custom divider.
|
Copyright © 2024. All rights reserved.