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

123

/openjdk9/jdk/src/java.base/share/classes/java/util/
H A DIdentityHashMap.java994 public boolean removeAll(Collection<?> c) { method in class:IdentityHashMap.KeySet
1211 public boolean removeAll(Collection<?> c) { method in class:IdentityHashMap.EntrySet
H A DProperties.java1298 public boolean removeAll(Collection<?> c) { method in class:Properties.EntrySet
H A DVector.java956 public boolean removeAll(Collection<?> c) { method in class:Vector
H A DCollections.java1068 public boolean removeAll(Collection<?> coll) { method in class:Collections.UnmodifiableCollection
2048 public boolean removeAll(Collection<?> coll) { method in class:Collections.SynchronizedCollection
3071 public boolean removeAll(Collection<?> coll) { method in class:Collections.CheckedCollection
3843 public boolean removeAll(Collection<?> c) { method in class:Collections.CheckedMap.CheckedEntrySet
5504 public boolean removeAll(Collection<?> c) {return s.removeAll(c);} method in class:Collections.SetFromMap
5581 public boolean removeAll(Collection<?> c) {return q.removeAll( method in class:Collections.AsLIFOQueue
[all...]
/openjdk9/jdk/src/java.base/share/classes/java/util/concurrent/
H A DConcurrentLinkedDeque.java1581 public boolean removeAll(Collection<?> c) { method in class:ConcurrentLinkedDeque
H A DArrayBlockingQueue.java1476 public boolean removeAll(Collection<?> c) { method in class:ArrayBlockingQueue
H A DLinkedBlockingDeque.java1339 public boolean removeAll(Collection<?> c) { method in class:LinkedBlockingDeque
H A DLinkedTransferQueue.java1631 public boolean removeAll(Collection<?> c) { method in class:LinkedTransferQueue
H A DSynchronousQueue.java1031 public boolean removeAll(Collection<?> c) { method in class:SynchronousQueue
H A DConcurrentHashMap.java4564 public boolean removeAll(Collection<?> c) { method in class:ConcurrentHashMap.CollectionView
4768 @Override public boolean removeAll(Collection<?> c) { method in class:ConcurrentHashMap.ValuesView
/openjdk9/jdk/src/java.base/share/classes/sun/nio/ch/
H A DFileChannelImpl.java1199 public List<FileLock> removeAll() { method in class:FileChannelImpl.SimpleFileLockTable
/openjdk9/jdk/src/java.desktop/share/classes/java/beans/beancontext/
H A DBeanContextSupport.java600 public boolean removeAll(Collection c) { method in class:BeanContextSupport
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/
H A DJMenu.java833 public void removeAll() { method in class:JMenu
H A DJSplitPane.java908 public void removeAll() { method in class:JSplitPane
H A DJTabbedPane.java1068 public void removeAll() { method in class:JTabbedPane
/openjdk9/jdk/src/java.desktop/unix/classes/sun/awt/X11/
H A DListHelper.java149 void removeAll() { method in class:ListHelper
H A DXChoicePeer.java668 public void removeAll() { method in class:XChoicePeer
H A DXListPeer.java221 public void removeAll() { method in class:XListPeer
/openjdk9/jdk/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DEventSetImpl.java870 public boolean removeAll(Collection<?> coll) { method in class:EventSetImpl
/openjdk9/jdk/src/java.management/share/classes/com/sun/jmx/interceptor/
H A DDefaultMBeanServerInterceptor.java1289 removeNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback, boolean removeAll) argument
/openjdk9/jdk/src/java.desktop/unix/classes/sun/awt/
H A DX11InputMethod.java1054 void removeAll() { method in class:X11InputMethod.IntBuffer
/openjdk9/jdk/src/java.desktop/share/classes/java/awt/
H A DList.java415 public void removeAll() { method in class:List
H A DContainer.java1306 public void removeAll() { method in class:Container
/openjdk9/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DXMLKit.java814 public Element removeAll(Filter f) { method in class:XMLKit.Element
820 public Element removeAll(Filter f, int fromIndex, int toIndex) { method in class:XMLKit.Element
826 public int removeAll(Filter f, Collection<Object> sink) { method in class:XMLKit.Element
830 public int removeAll(Filter f, int fromIndex, int toIndex, Collection<Object> sink) { method in class:XMLKit.Element
[all...]

Completed in 405 milliseconds

123