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

123

/openjdk7/jdk/src/share/classes/java/awt/peer/
H A DChoicePeer.java63 * @see Choice#removeAll()
65 void removeAll(); method in interface:ChoicePeer
H A DListPeer.java74 * @see List#removeAll()
76 void removeAll(); method in interface:ListPeer
/openjdk7/jdk/src/share/classes/java/util/
H A DAbstractSet.java156 * @throws UnsupportedOperationException if the <tt>removeAll</tt> operation
168 public boolean removeAll(Collection<?> c) { method in class:AbstractSet
H A DAbstractCollection.java368 public boolean removeAll(Collection<?> c) { method in class:AbstractCollection
H A DCollection.java353 * @throws UnsupportedOperationException if the <tt>removeAll</tt> method
367 boolean removeAll(Collection<?> c); method in interface:Collection
H A DSet.java331 * @throws UnsupportedOperationException if the <tt>removeAll</tt> operation
343 boolean removeAll(Collection<?> c); method in interface:Set
H A DJumboEnumSet.java293 public boolean removeAll(Collection<?> c) { method in class:JumboEnumSet
295 return super.removeAll(c);
H A DList.java341 * @throws UnsupportedOperationException if the <tt>removeAll</tt> operation
353 boolean removeAll(Collection<?> c); method in interface:List
H A DRegularEnumSet.java241 public boolean removeAll(Collection<?> c) { method in class:RegularEnumSet
243 return super.removeAll(c);
/openjdk7/jdk/test/java/nio/file/
H A DTestUtil.java42 static void removeAll(Path dir) throws IOException { method in class:TestUtil
/openjdk7/jdk/src/share/classes/java/net/
H A DCookieStore.java126 public boolean removeAll(); method in interface:CookieStore
H A DInMemoryCookieStore.java207 public boolean removeAll() { method in class:InMemoryCookieStore
/openjdk7/jdk/test/java/io/File/
H A DMacPathTest.java67 private static void removeAll(File file) throws Throwable { method in class:MacPathTest
70 removeAll(f);
121 removeAll(base);
164 removeAll(base);
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DCopyOnWriteArraySet.java298 public boolean removeAll(Collection<?> c) { method in class:CopyOnWriteArraySet
299 return al.removeAll(c);
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/IPAcl/
H A DAclImpl.java164 public void removeAll(Principal caller) method in class:AclImpl
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/tasks/
H A DThreadService.java108 public void removeAll() { method in class:ThreadService
136 removeAll();
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWChoicePeer.java109 public void removeAll() { method in class:LWChoicePeer
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/util/
H A DDeferedCollection.java147 public boolean removeAll(Collection<?> c) { method in class:DeferedCollection
/openjdk7/jdk/src/share/classes/sun/awt/im/
H A DInputMethodPopupMenu.java68 abstract void removeAll(); method in class:InputMethodPopupMenu
182 void removeAll() { method in class:JInputMethodPopupMenu
183 delegate.removeAll();
239 void removeAll() { method in class:AWTInputMethodPopupMenu
240 delegate.removeAll();
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DFixedList.java110 public boolean removeAll(Collection<?> c) throws UnsupportedOperationException { method in class:FixedList
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/event/
H A DAbstractEventSet.java261 public boolean removeAll(Collection<?> coll) { method in class:AbstractEventSet
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWChoicePeer.java64 public native void removeAll(); method in class:WChoicePeer
/openjdk7/jdk/src/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
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DNamedNodeMapImpl.java601 public void removeAll (){ method in class:NamedNodeMapImpl
/openjdk7/jdk/src/share/classes/javax/security/auth/
H A DSubject.java1170 public boolean removeAll(Collection<?> c) { method in class:Subject.SecureSet

Completed in 82 milliseconds

123