/external/guava/guava-tests/test/com/google/common/collect/ |
D | MapsTransformValuesUnmodifiableIteratorTest.java | 71 public boolean removeAll(Collection<?> c) { in keySet() method in MapsTransformValuesUnmodifiableIteratorTest.UnmodifiableIteratorMap 96 public boolean removeAll(Collection<?> c) { in values() method
|
/external/guava/android/guava-tests/test/com/google/common/collect/ |
D | MapsTransformValuesUnmodifiableIteratorTest.java | 71 public boolean removeAll(Collection<?> c) { in keySet() method in MapsTransformValuesUnmodifiableIteratorTest.UnmodifiableIteratorMap 96 public boolean removeAll(Collection<?> c) { in values() method
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | Builder.java | 168 public CBuilder<E, U> removeAll(Collection<? extends E> c) { in removeAll() method in Builder.CBuilder 173 public CBuilder<E, U> removeAll(Transform<E, Boolean> predicate) { in removeAll() method in Builder.CBuilder 179 public CBuilder<E, U> removeAll(E... items) { in removeAll() method in Builder.CBuilder 186 public CBuilder<E, U> removeAll(Iterator<E> items) { in removeAll() method in Builder.CBuilder 416 public MBuilder<K, V, M> removeAll(Collection<? extends K> keys) { in removeAll() method in Builder.MBuilder 422 public MBuilder<K, V, M> removeAll(K... keys) { in removeAll() method in Builder.MBuilder 426 public MBuilder<K, V, M> removeAll(Transform<K, Boolean> predicate) { in removeAll() method in Builder.MBuilder
|
D | UnicodeRelation.java | 218 public UnicodeRelation<T> removeAll(String key, Collection<T> values) { in removeAll() method in UnicodeRelation 230 public UnicodeRelation<T> removeAll(Map<String, T> m) { in removeAll() method in UnicodeRelation 237 public UnicodeRelation<T> removeAll(UnicodeSet keys, Collection<T> values) { in removeAll() method in UnicodeRelation 244 public UnicodeRelation<T> removeAll(UnicodeSet keys, T... values) { in removeAll() method in UnicodeRelation 248 public UnicodeRelation<T> removeAll(UnicodeSet keys, T value) { in removeAll() method in UnicodeRelation
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | Relation.java | 188 public Set<V> removeAll(K key) { in removeAll() method in Relation 308 public boolean removeAll(Relation<K, V> toBeRemoved) { in removeAll() method in Relation 325 public final 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/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | Relation.java | 190 public Set<V> removeAll(K key) { in removeAll() method in Relation 310 public boolean removeAll(Relation<K, V> toBeRemoved) { in removeAll() method in Relation 327 public final Set<V> removeAll(K... keys) { in removeAll() method in Relation 331 public boolean removeAll(K key, Iterable<V> toBeRemoved) { in removeAll() method in Relation 339 public Set<V> removeAll(Collection<K> toBeRemoved) { in removeAll() method in Relation
|
/external/guava/android/guava/src/com/google/common/collect/ |
D | AbstractRangeSet.java | 85 public void removeAll(RangeSet<C> other) { in removeAll() method in AbstractRangeSet 90 public void removeAll(Iterable<Range<C>> ranges) { in removeAll() method in AbstractRangeSet
|
D | RangeSet.java | 226 void removeAll(RangeSet<C> other); in removeAll() method 238 void removeAll(Iterable<Range<C>> ranges); in removeAll() method
|
D | FilteredEntryMultimap.java | 101 public Collection<V> removeAll(@NullableDecl Object key) { in removeAll() method in FilteredEntryMultimap 225 public boolean removeAll(Collection<?> c) { in createKeySet() method in FilteredEntryMultimap.AsMap.KeySetImpl 274 public boolean removeAll(Collection<?> c) { in createEntrySet() method 324 public boolean removeAll(Collection<?> c) { in createValues() method in FilteredEntryMultimap.ValuesImpl
|
D | ForwardingListMultimap.java | 53 public List<V> removeAll(@NullableDecl Object key) { in removeAll() method in ForwardingListMultimap
|
D | SortedSetMultimap.java | 72 SortedSet<V> removeAll(@NullableDecl Object key); in removeAll() method
|
D | ForwardingSetMultimap.java | 56 public Set<V> removeAll(@NullableDecl Object key) { in removeAll() method in ForwardingSetMultimap
|
D | ListMultimap.java | 63 List<V> removeAll(@NullableDecl Object key); in removeAll() method
|
D | ForwardingSortedSetMultimap.java | 52 public SortedSet<V> removeAll(@NullableDecl Object key) { in removeAll() method in ForwardingSortedSetMultimap
|
D | SetMultimap.java | 72 Set<V> removeAll(@NullableDecl Object key); in removeAll() method
|
D | FilteredKeyListMultimap.java | 47 public List<V> removeAll(@NullableDecl Object key) { in removeAll() method in FilteredKeyListMultimap
|
/external/guava/guava/src/com/google/common/collect/ |
D | RangeSet.java | 238 void removeAll(RangeSet<C> other); in removeAll() method 250 default void removeAll(Iterable<Range<C>> ranges) { in removeAll() method
|
D | FilteredEntryMultimap.java | 101 public Collection<V> removeAll(@Nullable Object key) { in removeAll() method in FilteredEntryMultimap 225 public boolean removeAll(Collection<?> c) { in createKeySet() method in FilteredEntryMultimap.AsMap.KeySetImpl 274 public boolean removeAll(Collection<?> c) { in createEntrySet() method 324 public boolean removeAll(Collection<?> c) { in createValues() method in FilteredEntryMultimap.ValuesImpl
|
D | ForwardingSetMultimap.java | 56 public Set<V> removeAll(@Nullable Object key) { in removeAll() method in ForwardingSetMultimap
|
D | SortedSetMultimap.java | 72 SortedSet<V> removeAll(@Nullable Object key); in removeAll() method
|
D | ForwardingListMultimap.java | 53 public List<V> removeAll(@Nullable Object key) { in removeAll() method in ForwardingListMultimap
|
D | ListMultimap.java | 63 List<V> removeAll(@Nullable Object key); in removeAll() method
|
D | ForwardingSortedSetMultimap.java | 52 public SortedSet<V> removeAll(@Nullable Object key) { in removeAll() method in ForwardingSortedSetMultimap
|
D | SetMultimap.java | 72 Set<V> removeAll(@Nullable Object key); in removeAll() method
|
D | FilteredKeyListMultimap.java | 47 public List<V> removeAll(@Nullable Object key) { in removeAll() method in FilteredKeyListMultimap
|