Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for satisfy (0.03 sec)

  1. 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)
Back to top