| 程序包 | 说明 |
|---|---|
| com.ms.tools.core.id.factory.uuid.codec.base | |
| com.ms.tools.core.id.factory.uuid.codec.base.function |
| 限定符和类型 | 方法和说明 |
|---|---|
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. |
| 构造器和说明 |
|---|
BaseNRemainderEncoder(BaseN base,
BaseNCodec.CustomDivider divider) |
Copyright © 2024. All rights reserved.