Searched defs:BytesHashCode (Results 1 - 1 of 1) sorted by relevance

/external/guava/guava/src/com/google/common/hash/
H A DHashCodes.java107 return new BytesHashCode(bytes);
110 private static class BytesHashCode extends HashCode { class in class:HashCodes
113 BytesHashCode(byte[] bytes) { method in class:HashCodes.BytesHashCode

Completed in 175 milliseconds