Home
last modified time | relevance | path

Searched defs:removeAll (Results 1 – 25 of 92) sorted by relevance

1234

/external/guava/guava-tests/test/com/google/common/collect/
DMapsTransformValuesUnmodifiableIteratorTest.java65 @Override public boolean removeAll(Collection<?> c) { in keySet() method in MapsTransformValuesUnmodifiableIteratorTest.UnmodifiableIteratorMap
82 @Override public boolean removeAll(Collection<?> c) { in values() method
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DRelation.java188 public Set<V> removeAll(K key) { in removeAll() method in Relation
308 public boolean removeAll(Relation<K, V> toBeRemoved) { in removeAll() method in Relation
323 public Set<V> removeAll(K... keys) { in removeAll() method in Relation
327 public boolean removeAll(K key, Iterable<V> toBeRemoved) { in removeAll() method in Relation
335 public Set<V> removeAll(Collection<K> toBeRemoved) { in removeAll() method in Relation
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DRelation.java190 public Set<V> removeAll(K key) { in removeAll() method in Relation
310 public boolean removeAll(Relation<K, V> toBeRemoved) { in removeAll() method in Relation
325 public Set<V> removeAll(K... keys) { in removeAll() method in Relation
329 public boolean removeAll(K key, Iterable<V> toBeRemoved) { in removeAll() method in Relation
337 public Set<V> removeAll(Collection<K> toBeRemoved) { in removeAll() method in Relation
/external/guava/guava/src/com/google/common/collect/
DForwardingSetMultimap.java49 @Override public Set<V> removeAll(@Nullable Object key) { in removeAll() method in ForwardingSetMultimap
DSortedSetMultimap.java77 SortedSet<V> removeAll(@Nullable Object key); in removeAll() method
DForwardingListMultimap.java47 @Override public List<V> removeAll(@Nullable Object key) { in removeAll() method in ForwardingListMultimap
DForwardingSortedSetMultimap.java48 @Override public SortedSet<V> removeAll(@Nullable Object key) { in removeAll() method in ForwardingSortedSetMultimap
DListMultimap.java63 List<V> removeAll(@Nullable Object key); in removeAll() method
DSetMultimap.java74 Set<V> removeAll(@Nullable Object key); in removeAll() method
DFilteredKeyListMultimap.java49 public List<V> removeAll(@Nullable Object key) { in removeAll() method in FilteredKeyListMultimap
DFilteredEntrySetMultimap.java49 public Set<V> removeAll(Object key) { in removeAll() method in FilteredEntrySetMultimap
DAbstractSortedSetMultimap.java89 @Override public SortedSet<V> removeAll(@Nullable Object key) { in removeAll() method in AbstractSortedSetMultimap
DFilteredMultimapValues.java75 public boolean removeAll(Collection<?> c) { in removeAll() method in FilteredMultimapValues
DFilteredKeySetMultimap.java51 public Set<V> removeAll(Object key) { in removeAll() method in FilteredKeySetMultimap
DAbstractListMultimap.java76 @Override public List<V> removeAll(@Nullable Object key) { in removeAll() method in AbstractListMultimap
DAbstractSetMultimap.java84 @Override public Set<V> removeAll(@Nullable Object key) { in removeAll() method in AbstractSetMultimap
DAbstractRangeSet.java73 public void removeAll(RangeSet<C> other) { in removeAll() method in AbstractRangeSet
DRangeSet.java182 void removeAll(RangeSet<C> other); in removeAll() method
/external/skia/src/core/
DSkRefDict.cpp79 void SkRefDict::removeAll() { in removeAll() function in SkRefDict
/external/replicaisland/src/com/replica/replicaisland/
DBufferLibrary.java40 public void removeAll() { in removeAll() method in BufferLibrary
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowPreferenceGroup.java56 public void removeAll() { in removeAll() method in ShadowPreferenceGroup
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DMinimalCollection.java111 @Override public boolean removeAll(Collection<?> elementsToRemove) { in removeAll() method in MinimalCollection
/external/apache-http/src/org/apache/http/impl/conn/
DIdleConnectionHandler.java110 public void removeAll() { in removeAll() method in IdleConnectionHandler
/external/protobuf/objectivec/
DGPBDictionary.m1711 - (void)removeAll { method
1917 - (void)removeAll { method
2123 - (void)removeAll { method
2329 - (void)removeAll { method
2535 - (void)removeAll { method
2741 - (void)removeAll { method
2947 - (void)removeAll { method
3219 - (void)removeAll { method
3466 - (void)removeAll { method
3675 - (void)removeAll { method
[all …]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DMultimaps.java482 @Override public Collection<V> removeAll(Object key) { in removeAll() method in Multimaps.UnmodifiableMultimap
513 @Override public List<V> removeAll(Object key) { in removeAll() method in Multimaps.UnmodifiableListMultimap
541 @Override public Set<V> removeAll(Object key) { in removeAll() method in Multimaps.UnmodifiableSetMultimap
562 @Override public SortedSet<V> removeAll(Object key) { in removeAll() method in Multimaps.UnmodifiableSortedSetMultimap

1234