Package | Description |
---|---|
org.dromara.hutool.core.codec.hash.metro |
MetroHash算法实现
参考:https://github.com/postamar/java-metrohash |
Modifier and Type | Method and Description |
---|---|
static MetroHash64 |
MetroHash64.of(long seed)
创建
MetroHash64 对象 |
MetroHash64 |
MetroHash64.reset() |
MetroHash64 |
MetroHash64.write(ByteBuffer output,
ByteOrder byteOrder) |
Copyright © 2025. All rights reserved.