- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testPutReturnValue (0.1 seconds)
-
guava-tests/test/com/google/common/hash/BloomFilterTest.java
public boolean equals(@Nullable Object object) { return object instanceof CustomFunnel; } @Override public int hashCode() { return 42; } } public void testPutReturnValue() { for (int i = 0; i < 10; i++) { BloomFilter<String> bf = BloomFilter.create(unencodedCharsFunnel(), 100); for (int j = 0; j < 10; j++) { String value = new Object().toString();
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Mar 19 18:53:45 GMT 2026 - 23K bytes - Click Count (0)