/libcore/ojluni/annotations/sdk/nullability/java/util/ |
D | AbstractSet.annotated.java | 39 public boolean removeAll(@libcore.util.NonNull java.util.Collection<?> c) { throw new RuntimeExcept… in removeAll() method in AbstractSet
|
D | AbstractCollection.annotated.java | 55 public boolean removeAll(@libcore.util.NonNull java.util.Collection<?> c) { throw new RuntimeExcept… in removeAll() method in AbstractCollection
|
D | Collection.annotated.java | 55 public boolean removeAll(@libcore.util.NonNull java.util.Collection<?> c); in removeAll() method
|
D | ArrayList.annotated.java | 81 public boolean removeAll(@libcore.util.NonNull java.util.Collection<?> c) { throw new RuntimeExcept… in removeAll() method in ArrayList
|
D | Set.annotated.java | 56 public boolean removeAll(@libcore.util.NonNull java.util.Collection<?> c); in removeAll() method
|
D | Vector.annotated.java | 109 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/ |
D | AbstractSet.java | 168 public boolean removeAll(Collection<?> c) { in removeAll() method in AbstractSet
|
D | Collection.java | 385 boolean removeAll(Collection<?> c); in removeAll() method
|
D | RegularEnumSet.java | 242 public boolean removeAll(Collection<?> c) { in removeAll() method in RegularEnumSet
|
D | AbstractCollection.java | 370 public boolean removeAll(Collection<?> c) { in removeAll() method in AbstractCollection
|
D | JumboEnumSet.java | 297 public boolean removeAll(Collection<?> c) { in removeAll() method in JumboEnumSet
|
D | Set.java | 370 boolean removeAll(Collection<?> c); in removeAll() method
|
D | ImmutableCollections.java | 78 @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/ |
D | CookieStore.java | 128 public boolean removeAll(); in removeAll() method
|
D | InMemoryCookieStore.java | 240 public boolean removeAll() { in removeAll() method in InMemoryCookieStore
|
/libcore/ojluni/src/test/java/nio/file/ |
D | TestUtil.java | 45 static public void removeAll(Path dir) throws IOException { in removeAll() method in TestUtil
|
/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 | 333 public boolean removeAll(Collection<?> coll) { in ungrowableSet() method in Util
|
/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/ |
D | CopyOnWriteArraySet.java | 96 public boolean removeAll(java.util.Collection<?> c) { in removeAll() method in CopyOnWriteArraySet
|
D | CopyOnWriteArrayList.java | 167 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/ |
D | CopyOnWriteArraySet.java | 351 public boolean removeAll(Collection<?> c) { in removeAll() method in CopyOnWriteArraySet
|
D | ConcurrentSkipListSet.java | 334 public boolean removeAll(Collection<?> c) { in removeAll() method in ConcurrentSkipListSet
|
/libcore/ojluni/annotations/sdk/nullability/java/util/concurrent/ |
D | CopyOnWriteArrayList.annotated.java | 90 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/ |
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 | 802 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
|