Home
last modified time | relevance | path

Searched refs:standardRemoveAll (Results 1 – 15 of 15) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
DForwardingSet.java75 protected boolean standardRemoveAll(Collection<?> collection) { in standardRemoveAll() method in ForwardingSet
DForwardingCollection.java182 protected boolean standardRemoveAll(Collection<?> collection) { in standardRemoveAll() method in ForwardingCollection
DAbstractBiMap.java203 return standardRemoveAll(keysToRemove); in removeAll()
345 return standardRemoveAll(c);
DForwardingMultiset.java186 @Override protected boolean standardRemoveAll( in standardRemoveAll() method in ForwardingMultiset
DMapConstraints.java560 return standardRemoveAll(c);
612 return standardRemoveAll(c);
697 return standardRemoveAll(c);
DConcurrentHashMultiset.java470 return standardRemoveAll(c); in createElementSet()
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DAbstractBiMap.java199 return standardRemoveAll(keysToRemove); in removeAll()
341 return standardRemoveAll(c);
/external/guava/guava-tests/test/com/google/common/collect/
DForwardingSortedSetTest.java81 return standardRemoveAll(collection); in removeAll()
DForwardingQueueTest.java74 return standardRemoveAll(collection); in removeAll()
DForwardingCollectionTest.java74 return standardRemoveAll(collection); in removeAll()
DForwardingSetTest.java82 return standardRemoveAll(collection); in removeAll()
DForwardingSortedMultisetTest.java156 return standardRemoveAll(collection); in removeAll()
DForwardingNavigableSetTest.java83 return standardRemoveAll(collection); in removeAll()
DForwardingListTest.java78 return standardRemoveAll(collection); in removeAll()
DForwardingMultisetTest.java84 return standardRemoveAll(collection); in removeAll()