Searched refs:removeAllImpl (Results 1 - 7 of 7) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DAbstractMultiset.java121 return Multisets.removeAllImpl(this, elementsToRemove);
H A DForwardingMultiset.java192 return Multisets.removeAllImpl(this, elementsToRemove);
H A DMultimaps.java2593 return Sets.removeAllImpl(this, c);
2683 return Sets.removeAllImpl(this, c);
2736 return Sets.removeAllImpl(this, c);
H A DMultisets.java750 static boolean removeAllImpl( method in class:Multisets
H A DSets.java1386 static boolean removeAllImpl(Set<?> set, Iterable<?> iterable) { method in class:Sets
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DMultimaps.java2376 return Sets.removeAllImpl(this, c);
2466 return Sets.removeAllImpl(this, c);
2519 return Sets.removeAllImpl(this, c);
H A DSets.java1374 static boolean removeAllImpl(Set<?> set, Iterable<?> iterable) { method in class:Sets

Completed in 103 milliseconds