OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HashCode
(Results
1 - 6
of
6
) sorted by null
/external/guava/guava/src/com/google/common/hash/
HashCode.java
30
public abstract class
HashCode
{
31
HashCode
() {}
34
* Returns the first four bytes of {@linkplain #asBytes() this
hashcode
's bytes}, converted to
40
* Returns the first eight bytes of {@linkplain #asBytes() this
hashcode
's bytes}, converted to
49
* changes to it will <i>not</i> be reflected in this {@code
HashCode
} object or any other arrays
78
if (object instanceof
HashCode
) {
79
HashCode
that = (
HashCode
) object;
88
* Returns a "Java hash code" for this {@code
HashCode
} instance; this is well-defined
89
* (so, for example, you can safely put {@code
HashCode
} instances into a {@cod
[
all
...]
/prebuilts/devtools/tools/lib/
guava-13.0.1.jar
/prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar
/prebuilts/tools/common/guava-tools/
guava-13.0.1.jar
/prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar
/prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar
Completed in 602 milliseconds