Searched defs:removeAll (Results 1 - 25 of 74) sorted by relevance

123

/openjdk9/jdk/src/java.base/share/classes/java/util/
H A DAbstractSet.java168 public boolean removeAll(Collection<?> c) { method in class:AbstractSet
H A DRegularEnumSet.java242 public boolean removeAll(Collection<?> c) { method in class:RegularEnumSet
H A DAbstractCollection.java379 public boolean removeAll(Collection<?> c) { method in class:AbstractCollection
H A DCollection.java385 boolean removeAll(Collection<?> c); method in interface:Collection
H A DJumboEnumSet.java297 public boolean removeAll(Collection<?> c) { method in class:JumboEnumSet
H A DSet.java370 boolean removeAll(Collection<?> c); method in interface:Set
/openjdk9/jdk/src/java.desktop/share/classes/java/awt/peer/
H A DChoicePeer.java65 void removeAll(); method in interface:ChoicePeer
H A DListPeer.java76 void removeAll(); method in interface:ListPeer
/openjdk9/jdk/test/java/nio/file/
H A DTestUtil.java42 static void removeAll(Path dir) throws IOException { method in class:TestUtil
/openjdk9/jdk/src/java.base/share/classes/java/net/
H A DCookieStore.java128 public boolean removeAll(); method in interface:CookieStore
H A DInMemoryCookieStore.java207 public boolean removeAll() { method in class:InMemoryCookieStore
/openjdk9/jdk/test/java/io/File/
H A DMacPathTest.java67 private static void removeAll(File file) throws Throwable { method in class:MacPathTest
/openjdk9/jdk/test/java/util/concurrent/ScheduledThreadPoolExecutor/
H A DGCRetention.java81 void removeAll(ReferenceQueue<?> q, int n) throws InterruptedException { method in class:GCRetention
/openjdk9/jdk/src/java.base/share/classes/java/util/concurrent/
H A DCopyOnWriteArraySet.java350 public boolean removeAll(Collection<?> c) { method in class:CopyOnWriteArraySet
H A DConcurrentSkipListSet.java335 public boolean removeAll(Collection<?> c) { method in class:ConcurrentSkipListSet
/openjdk9/hotspot/test/testlibrary/jittester/src/jdk/test/lib/jittester/
H A DSymbolTable.java241 public static void removeAll() { method in class:SymbolTable
H A DTypeList.java161 public static void removeAll() { method in class:TypeList
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/xsom/util/
H A DDeferedCollection.java147 public boolean removeAll(Collection<?> c) { method in class:DeferedCollection
/openjdk9/jdk/src/java.desktop/macosx/classes/sun/lwawt/
H A DLWChoicePeer.java113 public void removeAll() { method in class:LWChoicePeer
/openjdk9/jdk/src/java.desktop/windows/classes/sun/awt/windows/
H A DWChoicePeer.java72 public native void removeAll(); method in class:WChoicePeer
/openjdk9/langtools/test/tools/javac/classfiles/attributes/innerclasses/
H A DInnerClassesHierarchyTest.java141 private Set<String> removeAll(Set<String> set1, Set<String> set2) { method in class:InnerClassesHierarchyTest
/openjdk9/jdk/src/java.base/share/classes/com/sun/java/util/jar/pack/
H A DFixedList.java110 public boolean removeAll(Collection<?> c) throws UnsupportedOperationException { method in class:FixedList
/openjdk9/jdk/src/java.base/share/classes/jdk/internal/loader/
H A DAbstractClassLoaderValue.java245 public void removeAll(ClassLoader cl) { method in class:AbstractClassLoaderValue
/openjdk9/jdk/src/java.base/share/classes/sun/nio/ch/
H A DFileLockTable.java68 public abstract List<FileLock> removeAll(); method in class:FileLockTable
198 public List<FileLock> removeAll() { method in class:SharedFileLockTable
/openjdk9/jdk/src/java.desktop/macosx/classes/com/apple/laf/
H A DScreenMenuBar.java178 public void removeAll() { method in class:ScreenMenuBar

Completed in 158 milliseconds

123