- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for ExpectedHashCode (0.06 sec)
-
android/guava-tests/test/com/google/common/hash/HashCodeTest.java
} private static void assertExpectedHashCode(ExpectedHashCode expectedHashCode, HashCode hash) { assertTrue(Arrays.equals(expectedHashCode.bytes, hash.asBytes())); byte[] bb = new byte[hash.bits() / 8]; hash.writeBytesTo(bb, 0, bb.length); assertTrue(Arrays.equals(expectedHashCode.bytes, bb)); assertEquals(expectedHashCode.asInt, hash.asInt()); if (expectedHashCode.asLong == null) { try {
Registered: 2025-05-30 12:43 - Last Modified: 2024-12-22 03:38 - 13.1K bytes - Viewed (0)