Searched defs:remove (Results 101 - 125 of 366) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/java/util/
H A DAbstractCollection.java40 * <tt>iterator</tt> method must additionally implement its <tt>remove</tt>
268 * from the collection using the iterator's remove method.
272 * collection's iterator method does not implement the <tt>remove</tt>
279 public boolean remove(Object o) { method in class:AbstractCollection
284 it.remove();
291 it.remove();
353 * this collection with the iterator's <tt>remove</tt> method.
357 * <tt>iterator</tt> method does not implement the <tt>remove</tt> method
365 * @see #remove(Object)
373 it.remove();
[all...]
H A DCollection.java290 * @throws UnsupportedOperationException if the <tt>remove</tt> operation
293 boolean remove(Object o); method in interface:Collection
364 * @see #remove(Object)
388 * @see #remove(Object)
H A DHashSet.java36 * (<tt>add</tt>, <tt>remove</tt>, <tt>contains</tt> and <tt>size</tt>),
58 * created, in any way except through the iterator's own <tt>remove</tt>
232 public boolean remove(Object o) { method in class:HashSet
233 return map.remove(o)==PRESENT;
H A DMap.java251 * @throws UnsupportedOperationException if the <tt>remove</tt> operation
260 V remove(Object key); method in interface:Map
303 * the iterator's own <tt>remove</tt> operation), the results of
306 * <tt>Iterator.remove</tt>, <tt>Set.remove</tt>,
320 * (except through the iterator's own <tt>remove</tt> operation),
323 * mapping from the map, via the <tt>Iterator.remove</tt>,
324 * <tt>Collection.remove</tt>, <tt>removeAll</tt>,
337 * the iterator's own <tt>remove</tt> operation, or through the
341 * mapping from the map, via the <tt>Iterator.remove</t
[all...]
H A DSet.java246 * @throws UnsupportedOperationException if the <tt>remove</tt> operation
249 boolean remove(Object o); method in interface:Set
318 * @see #remove(Object)
340 * @see #remove(Object)
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DCopyOnWriteArraySet.java48 * <li>Mutative operations (<tt>add</tt>, <tt>set</tt>, <tt>remove</tt>, etc.)
51 * <li>Iterators do not support the mutative <tt>remove</tt> operation.
231 public boolean remove(Object o) { method in class:CopyOnWriteArraySet
232 return al.remove(o);
296 * @see #remove(Object)
317 * @see #remove(Object)
330 * <tt>remove</tt> method.
/openjdk7/jdk/src/share/classes/javax/imageio/spi/
H A DPartiallyOrderedSet.java106 public boolean remove(Object o) { method in class:PartiallyOrderedSet
112 poNodes.remove(o);
211 public void remove() { method in class:PartialOrderIterator
/openjdk7/jdk/src/share/classes/javax/management/openmbean/
H A DTabularData.java189 public CompositeData remove(Object[] key) ; method in interface:TabularData
/openjdk7/jdk/src/share/classes/javax/naming/
H A DName.java267 * the index of the component to remove.
276 public Object remove(int posn) throws InvalidNameException; method in interface:Name
H A DReference.java303 public Object remove(int posn) { method in class:Reference
/openjdk7/jdk/src/share/classes/javax/naming/directory/
H A DAttribute.java169 * @param attrval The possibly null value to remove from this attribute.
170 * If null, remove the attribute value that is null.
173 boolean remove(Object attrval); method in interface:Attribute
255 * @see #remove(int)
286 * @param ix The index of the value to remove.
292 Object remove(int ix); method in interface:Attribute
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DClassLoaderRepositorySupport.java54 we can remove the correct entry when unregistering an MBean
97 * Same behavior as remove(Object o) in {@link java.util.List}.
108 private synchronized boolean remove(ObjectName name, ClassLoader cl) { method in class:ClassLoaderRepositorySupport
273 excluded.remove(aloader);
288 remove(null, loader);
299 ClassLoader loader = loadersWithNames.remove(name);
301 remove(name, loader);
H A DWeakIdentityHashMap.java46 * interface where you can call get(k) or remove(k) for any type of k,
80 public V remove(K key) { method in class:WeakIdentityHashMap
83 return map.remove(keyref);
89 map.remove(ref);
/openjdk7/jdk/src/share/classes/com/sun/jndi/toolkit/dir/
H A DLazySearchEnumerationImpl.java96 // find and do not remove from list
117 // find and remove from list
127 private SearchResult findNextMatch(boolean remove) throws NamingException { argument
131 if (remove) {
171 if (!remove)
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/keys/storage/
H A DStorageResolver.java191 * Method remove
193 public void remove() { method in class:StorageResolver.StorageResolverIterator
195 "Can't remove keys from KeyStore");
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/keys/storage/implementations/
H A DCertsInFilesystemDirectoryResolver.java188 * Method remove
191 public void remove() { method in class:CertsInFilesystemDirectoryResolver.FilesystemIterator
193 "Can't remove keys from KeyStore");
H A DKeyStoreResolver.java112 * Method remove
115 public void remove() { method in class:KeyStoreResolver.KeyStoreIterator
117 "Can't remove keys from KeyStore");
/openjdk7/jdk/src/share/classes/com/sun/script/util/
H A DBindingsEntrySet.java87 public void remove() { method in class:BindingsEntrySet.BindingsIterator
93 base.remove(keys[current - 1]);
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DEventRequestSpec.java97 synchronized void remove() { method in class:EventRequestSpec
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DEventQueueImpl.java81 public EventSet remove() throws InterruptedException { method in class:EventQueueImpl
82 return remove(0);
89 public EventSet remove(long timeout) throws InterruptedException { method in class:EventQueueImpl
174 * remove() concurrently -- not a great idea, but
/openjdk7/jdk/src/share/classes/java/awt/
H A DSystemTray.java53 * {@link #remove}. <code>TrayIcon</code> consists of an
249 * @see #remove(TrayIcon)
278 icons.remove(trayIcon);
300 public void remove(TrayIcon trayIcon) { method in class:SystemTray
309 if (icons == null || !icons.remove(trayIcon)) {
328 * remove a <code>TrayIcon</code> from the
330 * #remove(TrayIcon)} method.
/openjdk7/jdk/src/share/classes/java/awt/datatransfer/
H A DMimeTypeParameterList.java267 public void remove(String name) { method in class:MimeTypeParameterList
268 parameters.remove(name.trim().toLowerCase());
/openjdk7/jdk/src/share/classes/java/awt/dnd/
H A DDnDEventMulticaster.java156 public static DragSourceListener remove(DragSourceListener l, method in class:DnDEventMulticaster
169 public static DragSourceMotionListener remove(DragSourceMotionListener l, method in class:DnDEventMulticaster
195 protected EventListener remove(EventListener oldl) { method in class:DnDEventMulticaster
221 return ((DnDEventMulticaster)l).remove(oldl);
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWChoicePeer.java99 public void remove(final int index) { method in class:LWChoicePeer
/openjdk7/jaxws/src/share/jaf_classes/javax/activation/
H A DMimeTypeParameterList.java226 public void remove(String name) { method in class:MimeTypeParameterList
227 parameters.remove(name.trim().toLowerCase(Locale.ENGLISH));

Completed in 41 milliseconds

1234567891011>>