Searched defs:tryFind (Results 1 - 7 of 7) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DIterables.java636 * #tryFind)} or {@link #find(Iterable, Predicate, T)} instead.
650 * tryFind(iterable, predicate).or(defaultValue)}.
669 public static <T> Optional<T> tryFind(Iterable<T> iterable, method in class:Iterables
671 return Iterators.tryFind(iterable.iterator(), predicate);
H A DIterators.java714 * <i>no</i> element will match, use {@link #tryFind)} or {@link
731 * tryFind(iterator, predicate).or(defaultValue)}.
754 public static <T> Optional<T> tryFind( method in class:Iterators
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DIterables.java594 * #tryFind)} or {@link #find(Iterable, Predicate, T)} instead.
608 * tryFind(iterable, predicate).or(defaultValue)}.
627 public static <T> Optional<T> tryFind(Iterable<T> iterable, method in class:Iterables
629 return Iterators.tryFind(iterable.iterator(), predicate);
H A DIterators.java678 * <i>no</i> element will match, use {@link #tryFind)} or {@link
695 * tryFind(iterator, predicate).or(defaultValue)}.
718 public static <T> Optional<T> tryFind( method in class:Iterators
/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 307 milliseconds