Searched refs:removalPredicate (Results 1 - 2 of 2) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DMultimaps.java2498 boolean removeEntriesIf(Predicate<Map.Entry<K, Collection<V>>> removalPredicate) { argument
2509 if (removalPredicate.apply(filteredEntry) && !filteredCollection.isEmpty()) {
2597 Predicate<Map.Entry<K, Collection<V>>> removalPredicate
2603 return removeEntriesIf(removalPredicate);
2629 Predicate<Map.Entry<K, Collection<V>>> removalPredicate
2635 return removeEntriesIf(removalPredicate);
2639 Predicate<Map.Entry<K, Collection<V>>> removalPredicate
2645 return removeEntriesIf(removalPredicate);
2687 Predicate<Map.Entry<K, Collection<V>>> removalPredicate
2693 return removeEntriesIf(removalPredicate);
[all...]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DMultimaps.java2281 boolean removeEntriesIf(Predicate<Map.Entry<K, Collection<V>>> removalPredicate) { argument
2292 if (removalPredicate.apply(filteredEntry) && !filteredCollection.isEmpty()) {
2380 Predicate<Map.Entry<K, Collection<V>>> removalPredicate
2386 return removeEntriesIf(removalPredicate);
2412 Predicate<Map.Entry<K, Collection<V>>> removalPredicate
2418 return removeEntriesIf(removalPredicate);
2422 Predicate<Map.Entry<K, Collection<V>>> removalPredicate
2428 return removeEntriesIf(removalPredicate);
2470 Predicate<Map.Entry<K, Collection<V>>> removalPredicate
2476 return removeEntriesIf(removalPredicate);
[all...]

Completed in 53 milliseconds