public interface Hashing
Modifier and Type | Field and Description |
---|---|
static Hashing |
MD5 |
static ThreadLocal<MessageDigest> |
md5Holder |
static Hashing |
MURMUR_HASH |
static final Hashing MURMUR_HASH
static final ThreadLocal<MessageDigest> md5Holder
static final Hashing MD5
long hash(String key)
long hash(byte[] key)
Copyright © 2013. All rights reserved.