- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for mightContain (0.1 sec)
-
android/guava/src/com/google/common/hash/BloomFilter.java
*/ public boolean mightContain(@ParametricNullness T object) { return strategy.mightContain(object, funnel, numHashFunctions, bits); } /** * @deprecated Provided only to satisfy the {@link Predicate} interface; use {@link #mightContain} * instead. */ @InlineMe(replacement = "this.mightContain(input)") @Deprecated @Override
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Aug 31 13:15:26 UTC 2025 - 26.9K bytes - Viewed (0)