Searched defs:EquivalentToPredicate (Results 1 - 4 of 4) sorted by relevance

/external/guava/guava/src/com/google/common/base/
H A DEquivalence.java257 return new EquivalentToPredicate<T>(this, target);
260 private static final class EquivalentToPredicate<T> implements Predicate<T>, Serializable { class in class:Equivalence
265 EquivalentToPredicate(Equivalence<T> equivalence, @Nullable T target) { method in class:Equivalence.EquivalentToPredicate
278 if (obj instanceof EquivalentToPredicate) {
279 EquivalentToPredicate<?> that = (EquivalentToPredicate<?>) obj;
/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/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 257 milliseconds