Searched refs:BytesHashCode (Results 1 – 1 of 1) sorted by relevance
254 return new BytesHashCode(bytes); in fromBytesNoCopy()257 private static final class BytesHashCode extends HashCode implements Serializable { class in HashCode260 BytesHashCode(byte[] bytes) { in BytesHashCode() method in HashCode.BytesHashCode