| 程序包 | 说明 |
|---|---|
| com.jn.langx.util.id |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
Nanoids.nanoid(String alphabet,
int expectedIdLength) |
static String |
Nanoids.nanoid(String alphabet,
int expectedIdLength,
BytesRandom randomBytesSupplier,
Function3<String,Integer,BytesRandom,String> idGenFun) |
static String |
Nanoids.nanoid(String alphabet,
int expectedIdLength,
Function3<String,Integer,BytesRandom,String> idGenFun) |
Copyright © 2022. All rights reserved.