Searched defs:mightContain (Results 1 - 3 of 3) sorted by relevance

/external/guava/guava/src/com/google/common/hash/
H A DBloomFilter.java40 * that {@linkplain #mightContain(Object)} will erroneously return {@code true} for an object that
73 <T> boolean mightContain( method in interface:BloomFilter.Strategy
129 public boolean mightContain(T object) { method in class:BloomFilter
130 return strategy.mightContain(object, funnel, numHashFunctions, bits);
134 * @deprecated Provided only to satisfy the {@link Predicate} interface; use {@link #mightContain}
140 return mightContain(input);
145 * {@link #mightContain(Object)} with the same element will always return {@code true}.
151 * <i>opposite</i> result to what {@code mightContain(t)} would have returned at the time
160 * Returns the probability that {@linkplain #mightContain(Object)} will erroneously return
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 112 milliseconds