Home
last modified time | relevance | path

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

12

/libcore/ojluni/annotations/sdk/nullability/java/util/
DAbstractSet.annotated.java39 public boolean removeAll(@libcore.util.NonNull java.util.Collection<?> c) { throw new RuntimeExcept… in removeAll() method in AbstractSet
DAbstractCollection.annotated.java55 public boolean removeAll(@libcore.util.NonNull java.util.Collection<?> c) { throw new RuntimeExcept… in removeAll() method in AbstractCollection
DCollection.annotated.java55 public boolean removeAll(@libcore.util.NonNull java.util.Collection<?> c); in removeAll() method
DArrayList.annotated.java81 public boolean removeAll(@libcore.util.NonNull java.util.Collection<?> c) { throw new RuntimeExcept… in removeAll() method in ArrayList
DSet.annotated.java56 public boolean removeAll(@libcore.util.NonNull java.util.Collection<?> c); in removeAll() method
DVector.annotated.java109 public synchronized boolean removeAll(@libcore.util.NonNull java.util.Collection<?> c) { throw new … in removeAll() method in Vector
/libcore/ojluni/src/main/java/java/util/
DAbstractSet.java168 public boolean removeAll(Collection<?> c) { in removeAll() method in AbstractSet
DCollection.java385 boolean removeAll(Collection<?> c); in removeAll() method
DRegularEnumSet.java242 public boolean removeAll(Collection<?> c) { in removeAll() method in RegularEnumSet
DAbstractCollection.java370 public boolean removeAll(Collection<?> c) { in removeAll() method in AbstractCollection
DJumboEnumSet.java297 public boolean removeAll(Collection<?> c) { in removeAll() method in JumboEnumSet
DSet.java370 boolean removeAll(Collection<?> c); in removeAll() method
DImmutableCollections.java78 @Override public boolean removeAll(Collection<?> c) { throw uoe(); } in removeAll() method in ImmutableCollections.AbstractImmutableCollection
459 @Override public boolean removeAll(Collection<?> c) { throw uoe(); } in removeAll() method in ImmutableCollections.AbstractImmutableSet
/libcore/ojluni/src/main/java/java/net/
DCookieStore.java128 public boolean removeAll(); in removeAll() method
DInMemoryCookieStore.java240 public boolean removeAll() { in removeAll() method in InMemoryCookieStore
/libcore/ojluni/src/test/java/nio/file/
DTestUtil.java45 static public void removeAll(Path dir) throws IOException { in removeAll() method in TestUtil
/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.java333 public boolean removeAll(Collection<?> coll) { in ungrowableSet() method in Util
/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/
DCopyOnWriteArraySet.java96 public boolean removeAll(java.util.Collection<?> c) { in removeAll() method in CopyOnWriteArraySet
DCopyOnWriteArrayList.java167 public boolean removeAll(java.util.Collection<?> c) { in removeAll() method in CopyOnWriteArrayList
399 public boolean removeAll(java.util.Collection<?> c) { in removeAll() method in CopyOnWriteArrayList.COWSubList
/libcore/ojluni/src/main/java/java/util/concurrent/
DCopyOnWriteArraySet.java351 public boolean removeAll(Collection<?> c) { in removeAll() method in CopyOnWriteArraySet
DConcurrentSkipListSet.java334 public boolean removeAll(Collection<?> c) { in removeAll() method in ConcurrentSkipListSet
/libcore/ojluni/annotations/sdk/nullability/java/util/concurrent/
DCopyOnWriteArrayList.annotated.java90 public boolean removeAll(@libcore.util.NonNull java.util.Collection<?> c) { throw new RuntimeExcept… in removeAll() method in CopyOnWriteArrayList
/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.java802 public boolean removeAll() { in removeAll() method in AbstractCookiesTest.TestCookieStore
1418 public boolean removeAll() { in testCookieManager_LCookieStore_LCookiePolicy() method in AbstractCookiesTest.FakeStore
1525 public boolean removeAll() { in removeAll() method in AbstractCookiesTest.FakeSingleCookieStore

12