Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/
DAbstractSet.java168 public boolean removeAll(Collection<?> c) { in removeAll() method in AbstractSet
DSet.java343 boolean removeAll(Collection<?> c); in removeAll() method
DCollection.java371 boolean removeAll(Collection<?> c); in removeAll() method
DRegularEnumSet.java241 public boolean removeAll(Collection<?> c) { in removeAll() method in RegularEnumSet
DAbstractCollection.java368 public boolean removeAll(Collection<?> c) { in removeAll() method in AbstractCollection
DList.java355 boolean removeAll(Collection<?> c); in removeAll() method
DJumboEnumSet.java293 public boolean removeAll(Collection<?> c) { in removeAll() method in JumboEnumSet
DIdentityHashMap.java999 public boolean removeAll(Collection<?> c) { in removeAll() method in IdentityHashMap.KeySet
1215 public boolean removeAll(Collection<?> c) { in removeAll() method in IdentityHashMap.EntrySet
DVector.java909 public synchronized boolean removeAll(Collection<?> c) { in removeAll() method
DArrayList.java662 public boolean removeAll(Collection<?> c) { in removeAll() method in ArrayList
DCollections.java1140 public boolean removeAll(Collection<?> coll) { in removeAll() method in Collections
/libcore/ojluni/src/main/java/java/net/
DCookieStore.java126 public boolean removeAll(); in removeAll() method
DInMemoryCookieStore.java192 public boolean removeAll() { in removeAll() method in InMemoryCookieStore
/libcore/ojluni/src/main/java/sun/nio/ch/
DFileLockTable.java68 public abstract List<FileLock> removeAll(); in removeAll() method in FileLockTable
198 public List<FileLock> removeAll() { in removeAll() method in SharedFileLockTable
DUtil.java316 public boolean removeAll(Collection<?> coll) { in ungrowableSet() method in Util
DFileChannelImpl.java1139 public List<FileLock> removeAll() { in removeAll() method in FileChannelImpl.SimpleFileLockTable
/libcore/luni/src/main/java/java/util/concurrent/
DCopyOnWriteArraySet.java322 public boolean removeAll(Collection<?> c) { in removeAll() method in CopyOnWriteArraySet
DConcurrentSkipListSet.java305 public boolean removeAll(Collection<?> c) { in removeAll() method in ConcurrentSkipListSet
DCopyOnWriteArrayList.java362 public synchronized boolean removeAll(Collection<?> collection) { in removeAll() method in CopyOnWriteArrayList
680 @Override public boolean removeAll(Collection<?> collection) { in removeAll() method in CopyOnWriteArrayList.CowSubList
DSynchronousQueue.java1002 public boolean removeAll(Collection<?> c) { in removeAll() method in SynchronousQueue
DConcurrentHashMap.java4530 public final boolean removeAll(Collection<?> c) { in removeAll() method in ConcurrentHashMap.CollectionView
/libcore/luni/src/test/java/libcore/java/util/
DOldCollectionsTest.java385 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/
DAbstractCookiesTest.java810 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