- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testHashCodeForBooleanOperations (0.13 sec)
-
guava-tests/test/com/google/common/base/PredicatesTest.java
assertEquals(actual + " should hash like " + expected, expected.hashCode(), actual.hashCode()); } public void testHashCodeForBooleanOperations() { Predicate<@Nullable Integer> p1 = Predicates.isNull(); Predicate<@Nullable Integer> p2 = isOdd(); // Make sure that hash codes are not computed per-instance.
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Feb 22 17:15:24 UTC 2024 - 32.4K bytes - Viewed (0)