HomeSort by relevance Sort by last modified time
    Searched defs:combinedPredicate (Results 1 - 2 of 2) sorted by null

  /external/guava/guava/src/com/google/common/collect/
Collections2.java 198 Predicate<E> combinedPredicate = new Predicate<E>() {
204 return Iterables.removeIf(unfiltered, combinedPredicate);
210 Predicate<E> combinedPredicate = new Predicate<E>() {
217 return Iterables.removeIf(unfiltered, combinedPredicate);
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 

Completed in 59 milliseconds