Home
last modified time | relevance | path

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

123

/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.java57 public boolean removeAll(@libcore.util.NonNull java.util.Collection<?> c); in removeAll() method
DArrayList.annotated.java93 public boolean removeAll(@libcore.util.NonNull java.util.Collection<?> c) { throw new RuntimeExcept… in removeAll() method in ArrayList
/libcore/ojluni/src/main/java/java/util/
DAbstractSet.java166 public boolean removeAll(Collection<?> c) { in removeAll() method in AbstractSet
DCollection.java547 boolean removeAll(Collection<?> c); in removeAll() method
DAbstractCollection.java363 public boolean removeAll(Collection<?> c) { in removeAll() method in AbstractCollection
DRegularEnumSet.java241 public boolean removeAll(Collection<?> c) { in removeAll() method in RegularEnumSet
DJumboEnumSet.java296 public boolean removeAll(Collection<?> c) { in removeAll() method in JumboEnumSet
DReverseOrderDequeView.java125 public boolean removeAll(Collection<?> c) { in removeAll() method in ReverseOrderDequeView
/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
/libcore/luni/src/test/java/libcore/java/util/
DSequencedCollectionTest.java83 public boolean removeAll(Collection<?> c) { in removeAll() method in SequencedCollectionTest.EmptySequencedCollection
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/ojluni/annotations/hiddenapi/java/util/concurrent/
DCopyOnWriteArraySet.java96 public boolean removeAll(java.util.Collection<?> c) { in removeAll() method in CopyOnWriteArraySet
/libcore/ojluni/src/main/java/java/util/concurrent/
DCopyOnWriteArraySet.java350 public boolean removeAll(Collection<?> c) { in removeAll() method in CopyOnWriteArraySet
DConcurrentSkipListSet.java332 public boolean removeAll(Collection<?> c) { in removeAll() method in ConcurrentSkipListSet
/libcore/ojluni/src/test/java/util/SequencedCollection/
DSimpleSortedSet.java96 public boolean removeAll(Collection<?> c) { in removeAll() method in SimpleSortedSet
DSimpleList.java93 public boolean removeAll(Collection<?> c) { in removeAll() method in SimpleList
DSimpleDeque.java93 public boolean removeAll(Collection<?> c) { in removeAll() method in SimpleDeque
/libcore/ojluni/annotations/flagged_api/java/util/concurrent/
DConcurrentSkipListSet.annotated.java70 public boolean removeAll(java.util.Collection<?> c) { throw new RuntimeException("Stub!"); } in removeAll() method in ConcurrentSkipListSet
/libcore/luni/src/test/androidsdk34/src/libcore/android34/java/util/
DListTest.java97 public boolean removeAll(Collection<?> c) { in removeAll() method in ListTest.MyList
/libcore/ojluni/annotations/flagged_api/java/util/
DArrayList.annotated.java101 public boolean removeAll(java.util.Collection<?> c) { throw new RuntimeException("Stub!"); } in removeAll() method in ArrayList

123