R - 返回值类型,为this类型public abstract class AbstractMetroHash<R extends AbstractMetroHash<R>> extends Object implements MetroHash<R>
官方实现:https://github.com/jandrewrogers/MetroHash 官方文档:http://www.jandrewrogers.com/2015/05/27/metrohash/ 来自:https://github.com/postamar/java-metrohash/
| 构造器和说明 |
|---|
AbstractMetroHash(long seed)
使用指定种子构造
|
public R apply(ByteBuffer input)
MetroHashByteBuffer中的数据追加计算hash值apply 在接口中 MetroHash<R extends AbstractMetroHash<R>>input - 内容Copyright © 2023. All rights reserved.