Home
last modified time | relevance | path

Searched refs:BytesHashCode (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava/src/com/google/common/hash/
DHashCode.java254 return new BytesHashCode(bytes); in fromBytesNoCopy()
257 private static final class BytesHashCode extends HashCode implements Serializable { class in HashCode
260 BytesHashCode(byte[] bytes) { in BytesHashCode() method in HashCode.BytesHashCode