Searched defs:remove (Results 151 - 175 of 366) sorted by relevance

1234567891011>>

/openjdk7/jaxp/src/javax/xml/validation/
H A DSchemaFactoryFinder.java357 public final void remove() { throw new UnsupportedOperationException(); } method in class:SchemaFactoryFinder.SingleIterator
505 public void remove() {
/openjdk7/jaxp/src/javax/xml/xpath/
H A DXPathFactoryFinder.java447 public final void remove() { throw new UnsupportedOperationException(); } method in class:XPathFactoryFinder.SingleIterator
505 public void remove() {
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/oa/poa/
H A DActiveObjectMap.java154 public final void remove( Key key ) method in class:ActiveObjectMap
156 AOMEntry entry = (AOMEntry)keyToEntry.remove( key ) ;
157 Servant servant = (Servant)entryToServant.remove( entry ) ;
159 servantToEntry.remove( servant ) ;
206 entryToKey.remove( entry ) ;
254 keys.remove( key ) ;
256 entryToKeys.remove( entry ) ;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/transport/
H A DCorbaContactInfoListIteratorImpl.java151 public void remove() method in class:CorbaContactInfoListIteratorImpl
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/util/
H A DIdentityHashtable.java329 public Object remove(Object key) { method in class:IdentityHashtable
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/
H A DLongHashMap.java63 * <tt>remove</tt> operation), the results of this call are undefined.
73 * removed from the map (by the iterator's <tt>remove</tt> operation).
355 public Object remove(long key) { method in class:LongHashMap
/openjdk7/jdk/src/share/classes/javax/print/attribute/
H A DAttributeSetUtilities.java98 public synchronized boolean remove(Class<?> category) { method in class:AttributeSetUtilities.UnmodifiableAttributeSet
102 public boolean remove(Attribute attribute) { method in class:AttributeSetUtilities.UnmodifiableAttributeSet
309 public synchronized boolean remove(Class<?> category) { method in class:AttributeSetUtilities.SynchronizedAttributeSet
310 return attrset.remove(category);
313 public synchronized boolean remove(Attribute attribute) { method in class:AttributeSetUtilities.SynchronizedAttributeSet
314 return attrset.remove(attribute);
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DDocument.java88 * All documents need to be able to add and remove simple text.
97 * <li><a href="#remove(int, int)">remove(int, int)</a>
270 * <p align=center><img src="doc-files/Document-remove.gif"
278 * remove.
284 * @param len the number of characters to remove >= 0
293 public void remove(int offs, int len) throws BadLocationException; method in interface:Document
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DImageFetcher.java98 public static void remove(ImageFetchable src) { method in class:ImageFetcher
/openjdk7/jdk/src/share/classes/sun/awt/util/
H A DIdentityArrayList.java79 * except through the iterator's own <tt>remove</tt> or <tt>add</tt> methods,
370 public E remove(int index) { method in class:IdentityArrayList
398 public boolean remove(Object o) { method in class:IdentityArrayList
409 * Private remove method that skips bounds checking and does not
/openjdk7/jdk/src/share/classes/sun/font/
H A DFontFamily.java59 static void remove(Font2D font2D) { method in class:FontFamily
80 familyNameMap.remove(name);
/openjdk7/jdk/src/share/classes/java/beans/
H A DEncoder.java229 public Object remove(Object oldInstance) { method in class:Encoder
230 Expression exp = (Expression)bindings.remove(oldInstance);
/openjdk7/jdk/src/share/classes/java/net/
H A DInMemoryCookieStore.java84 // remove the ole cookie if there has had one
85 cookieJar.remove(cookie);
144 it.remove();
171 it.remove();
186 public boolean remove(URI uri, HttpCookie ck) { method in class:InMemoryCookieStore
195 modified = cookieJar.remove(ck);
302 // so also remove it from domain indexed store
309 lst.remove(c);
310 cookieJar.remove(c);
341 it.remove();
[all...]
/openjdk7/jdk/src/share/classes/java/util/
H A DAbstractMap.java37 * not support the <tt>add</tt> or <tt>remove</tt> methods, and its iterator
38 * should not support the <tt>remove</tt> method.
44 * <tt>remove</tt> method.
213 * <tt>remove</tt> operation, and the saved value is returned. If the
220 * iterator does not support the <tt>remove</tt> method and this map
227 public V remove(Object key) { method in class:AbstractMap
247 i.remove();
332 public void remove() {
333 i.remove();
388 public void remove() {
[all...]
H A DDeque.java47 * ends of the deque. Methods are provided to insert, remove, and
117 * <td>{@link java.util.Queue#remove remove()}</td>
164 * <p>This interface provides two methods to remove interior
306 * Retrieves, but does not remove, the first element of this deque.
317 * Retrieves, but does not remove, the last element of this deque.
327 * Retrieves, but does not remove, the first element of this deque,
335 * Retrieves, but does not remove, the last element of this deque,
442 E remove(); method in interface:Deque
457 * Retrieves, but does not remove, th
540 boolean remove(Object o); method in interface:Deque
[all...]
H A DJumboEnumSet.java140 public void remove() { method in class:JumboEnumSet.EnumSetIterator
217 public boolean remove(Object e) { method in class:JumboEnumSet
H A DList.java44 * <tt>iterator</tt>, <tt>add</tt>, <tt>remove</tt>, <tt>equals</tt>, and
68 * remove multiple elements at an arbitrary point in the list.<p>
255 * @throws UnsupportedOperationException if the <tt>remove</tt> operation
258 boolean remove(Object o); method in interface:List
350 * @see #remove(Object)
372 * @see #remove(Object)
486 * @throws UnsupportedOperationException if the <tt>remove</tt> operation
491 E remove(int index); method in interface:List
H A DRegularEnumSet.java107 public void remove() { method in class:RegularEnumSet.EnumSetIterator
173 public boolean remove(Object e) { method in class:RegularEnumSet
H A DServiceLoader.java384 public void remove() { method in class:ServiceLoader.LazyIterator
424 * Invoking its {@link java.util.Iterator#remove() remove} method will
448 public void remove() {
H A DTreeSet.java35 * operations ({@code add}, {@code remove} and {@code contains}).
62 * created, in any way except through the iterator's own {@code remove}
275 public boolean remove(Object o) { method in class:TreeSet
276 return m.remove(o)==PRESENT;
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DBlockingDeque.java157 * <td>{@link #remove() remove()}</td>
520 E remove(); method in interface:BlockingDeque
561 * Retrieves, but does not remove, the head of the queue represented by
574 * Retrieves, but does not remove, the head of the queue represented by
603 boolean remove(Object o); method in interface:BlockingDeque
H A DDelayQueue.java286 * Retrieves, but does not remove, the head of this queue, or
472 public boolean remove(Object o) { method in class:DelayQueue
476 return q.remove(o);
525 public void remove() { method in class:DelayQueue.Itr
536 it.remove();
/openjdk7/jdk/src/share/classes/javax/imageio/spi/
H A DServiceRegistry.java730 map.remove(provider.getClass());
731 poset.remove(provider);
773 iter.remove();
832 public void remove() { method in class:FilterIterator
/openjdk7/jdk/src/share/classes/javax/management/openmbean/
H A DTabularDataSupport.java63 CompositeData remove(Object)
65 Object remove(Object).
69 Object remove(Object),
71 CompositeData remove(Object)
366 * This method simply calls <tt>remove((Object[]) key)</tt>.
368 * @param key an <tt>Object[]</tt> representing the key to remove.
378 public Object remove(Object key) { method in class:TabularDataSupport
380 return remove((Object[]) key);
398 public CompositeData remove(Object[] key) { method in class:TabularDataSupport
407 return dataMap.remove(Array
[all...]
/openjdk7/jdk/src/share/classes/javax/naming/
H A DCompositeName.java554 public Object remove(int posn) throws InvalidNameException{ method in class:CompositeName
555 return impl.remove(posn);

Completed in 74 milliseconds

1234567891011>>