/libcore/ojluni/src/main/java/java/util/ |
D | AbstractSet.java | 168 public boolean removeAll(Collection<?> c) { in removeAll() method in AbstractSet
|
D | Set.java | 343 boolean removeAll(Collection<?> c); in removeAll() method
|
D | Collection.java | 371 boolean removeAll(Collection<?> c); in removeAll() method
|
D | RegularEnumSet.java | 241 public boolean removeAll(Collection<?> c) { in removeAll() method in RegularEnumSet
|
D | AbstractCollection.java | 368 public boolean removeAll(Collection<?> c) { in removeAll() method in AbstractCollection
|
D | List.java | 355 boolean removeAll(Collection<?> c); in removeAll() method
|
D | JumboEnumSet.java | 293 public boolean removeAll(Collection<?> c) { in removeAll() method in JumboEnumSet
|
D | IdentityHashMap.java | 999 public boolean removeAll(Collection<?> c) { in removeAll() method in IdentityHashMap.KeySet 1215 public boolean removeAll(Collection<?> c) { in removeAll() method in IdentityHashMap.EntrySet
|
D | Vector.java | 909 public synchronized boolean removeAll(Collection<?> c) { in removeAll() method
|
D | ArrayList.java | 662 public boolean removeAll(Collection<?> c) { in removeAll() method in ArrayList
|
D | Collections.java | 1140 public boolean removeAll(Collection<?> coll) { in removeAll() method in Collections
|
/libcore/ojluni/src/main/java/java/net/ |
D | CookieStore.java | 126 public boolean removeAll(); in removeAll() method
|
D | InMemoryCookieStore.java | 192 public boolean removeAll() { in removeAll() method in InMemoryCookieStore
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | FileLockTable.java | 68 public abstract List<FileLock> removeAll(); in removeAll() method in FileLockTable 198 public List<FileLock> removeAll() { in removeAll() method in SharedFileLockTable
|
D | Util.java | 316 public boolean removeAll(Collection<?> coll) { in ungrowableSet() method in Util
|
D | FileChannelImpl.java | 1139 public List<FileLock> removeAll() { in removeAll() method in FileChannelImpl.SimpleFileLockTable
|
/libcore/luni/src/main/java/java/util/concurrent/ |
D | CopyOnWriteArraySet.java | 322 public boolean removeAll(Collection<?> c) { in removeAll() method in CopyOnWriteArraySet
|
D | ConcurrentSkipListSet.java | 305 public boolean removeAll(Collection<?> c) { in removeAll() method in ConcurrentSkipListSet
|
D | CopyOnWriteArrayList.java | 362 public synchronized boolean removeAll(Collection<?> collection) { in removeAll() method in CopyOnWriteArrayList 680 @Override public boolean removeAll(Collection<?> collection) { in removeAll() method in CopyOnWriteArrayList.CowSubList
|
D | SynchronousQueue.java | 1002 public boolean removeAll(Collection<?> c) { in removeAll() method in SynchronousQueue
|
D | ConcurrentHashMap.java | 4530 public final boolean removeAll(Collection<?> c) { in removeAll() method in ConcurrentHashMap.CollectionView
|
/libcore/luni/src/test/java/libcore/java/util/ |
D | OldCollectionsTest.java | 385 public boolean removeAll(Collection c) { in removeAll() method in OldCollectionsTest.Mock_Collection 441 public boolean removeAll(Collection c) { in removeAll() method in OldCollectionsTest.Mock_WrongCollection
|
/libcore/luni/src/test/java/libcore/java/net/ |
D | AbstractCookiesTest.java | 810 public boolean removeAll() { in removeAll() method in AbstractCookiesTest.TestCookieStore 1426 public boolean removeAll() { in testCookieManager_LCookieStore_LCookiePolicy() method in AbstractCookiesTest.DummyStore 1533 public boolean removeAll() { in removeAll() method in AbstractCookiesTest.FakeSingleCookieStore
|