Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/hash/
DHashCode.java120 return new IntHashCode(hash); in fromInt()
123 private static final class IntHashCode extends HashCode implements Serializable { class in HashCode
126 IntHashCode(int hash) { in IntHashCode() method in HashCode.IntHashCode