com.xiaoleilu.hutool
接口 ConsistentHash.HashFunc

包容类:
ConsistentHash<T>

public static interface ConsistentHash.HashFunc

Hash算法对象,用于自定义hash算法

作者:
xiaoleilu

方法摘要
 Integer hash(Object key)
           
 

方法详细信息

hash

Integer hash(Object key)


Copyright © 2014. All rights reserved.