- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for ExpectedHashCode (0.66 seconds)
-
guava-tests/test/com/google/common/hash/HashCodeTest.java
} private static void assertExpectedHashCode(ExpectedHashCode expectedHashCode, HashCode hash) { assertThat(hash.asBytes()).isEqualTo(expectedHashCode.bytes); byte[] bb = new byte[hash.bits() / 8]; hash.writeBytesTo(bb, 0, bb.length); assertThat(bb).isEqualTo(expectedHashCode.bytes); assertEquals(expectedHashCode.asInt, hash.asInt()); if (expectedHashCode.asLong == null) { try { hash.asLong();
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Mar 19 18:53:45 GMT 2026 - 13.2K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/hash/HashCodeTest.java
} private static void assertExpectedHashCode(ExpectedHashCode expectedHashCode, HashCode hash) { assertThat(hash.asBytes()).isEqualTo(expectedHashCode.bytes); byte[] bb = new byte[hash.bits() / 8]; hash.writeBytesTo(bb, 0, bb.length); assertThat(bb).isEqualTo(expectedHashCode.bytes); assertEquals(expectedHashCode.asInt, hash.asInt()); if (expectedHashCode.asLong == null) { try { hash.asLong();
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Mar 19 18:53:45 GMT 2026 - 13.2K bytes - Click Count (0)