| 程序包 | 说明 |
|---|---|
| org.dromara.hutool.core.codec.hash.metro |
MetroHash算法实现
参考:https://github.com/postamar/java-metrohash |
| 限定符和类型 | 方法和说明 |
|---|---|
static MetroHash64 |
MetroHash64.of(long seed)
创建
MetroHash64对象 |
MetroHash64 |
MetroHash64.reset() |
MetroHash64 |
MetroHash64.write(ByteBuffer output,
ByteOrder byteOrder) |
Copyright © 2024. All rights reserved.