Searched refs:remove (Results 76 - 100 of 1349) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DKeyChecker.java127 // remove the extensions that we have checked
129 unresCritExts.remove(PKIXExtensions.KeyUsage_Id.toString());
130 unresCritExts.remove(PKIXExtensions.ExtendedKeyUsage_Id.toString());
131 unresCritExts.remove(
/openjdk7/jdk/test/java/util/EnumSet/
H A DLargeEnumIteratorRemoveResilience.java31 * @summary EnumSet's iterator.remove() can be resilient to set's modification.
65 iterator.remove();
71 set.remove(element);
75 // iterator.remove() after the underlying collection has been
78 // implement their remove() operation such that the set is
82 iterator.remove();
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/hw/
H A DAccelDeviceEventNotifier.java119 getInstance(true).remove(l);
125 private final void remove(AccelDeviceEventListener theListener) { method in class:AccelDeviceEventNotifier
126 listeners.remove(theListener);
134 * which allows the listeners to remove themselves during the iteration.
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DAuthCacheImpl.java66 iter.remove ();
95 public synchronized void remove (String pkey, AuthCacheValue entry) { method in class:AuthCacheImpl
108 iter.remove ();
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DMembershipRegistry.java102 void remove(MembershipKeyImpl key) { method in class:MembershipRegistry
109 i.remove();
114 groups.remove(group);
/openjdk7/jdk/test/java/util/Collection/
H A DMOAT.java183 try { it.remove(); }
214 new Fun(){void f(){ c.remove(first); }},
236 it.next(); it.remove();}},
239 it.next(); it.remove();}});
271 new Fun(){void f(){ m.remove(first); }},
310 check(c.remove(778347983));
316 try { check(! c.remove(19134032)); }
374 // If add(null) succeeds, contains(null) & remove(null) should succeed
387 check(c.remove(null));
397 // If add("x") succeeds, contains("x") & remove("
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DClassVector.java75 public void removeElementAt(int index) { vec.remove(index); }
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DXMLAttributesIteratorImpl.java75 public void remove() { method in class:XMLAttributesIteratorImpl
78 //remove the attribute at current index and lower the current position by 1.
82 //either the next method has been called yet, or the remove method has already been called
86 }//remove
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/
H A DSimpleTreeGroupNode.java47 return (SimpleTreeNode) children.remove(index);
/openjdk7/jdk/src/share/classes/sun/font/
H A DCreatedFontTracker.java100 public void remove(File file) { method in class:CreatedFontTracker
101 TempFileDeletionHook.remove(file);
114 // Add a shutdown hook to remove the temp file.
151 static synchronized void remove(File file) { method in class:CreatedFontTracker.TempFileDeletionHook
152 files.remove(file);
/openjdk7/jdk/src/share/classes/java/util/
H A DAbstractQueue.java42 * elements. Methods {@link #add add}, {@link #remove remove}, and
112 public E remove() { method in class:AbstractQueue
121 * Retrieves, but does not remove, the head of this queue. This method
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 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 DBlockingQueue.java74 * <td>{@link #remove remove()}</td>
103 * possible to remove an arbitrary element from a queue using
104 * <tt>remove(x)</tt>. However, such operations are in general
289 * insert or remove an element.
311 boolean remove(Object o); method in interface:BlockingQueue
/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/directory/
H A DAttributes.java96 * @see #remove
137 * @see #remove
151 * @see #remove
159 * @param attrID The non-null id of the attribute to remove.
167 Attribute remove(String attrID); method in interface:Attributes
/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/hotspot/src/share/tools/IdealGraphVisualizer/Data/src/com/sun/hotspot/igv/data/
H A DEvent.java46 listener.remove(l);
H A DInputBlock.java62 successors.remove(b);
63 b.predecessors.remove(this);
66 outputs.remove(e);
68 b.inputs.remove(e);
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Graph/src/com/sun/hotspot/igv/graph/
H A DOutputSlot.java43 OutputSlot s = getFigure().outputSlots.remove(position);
/openjdk7/jaxp/src/org/w3c/dom/html/
H A DHTMLSelectElement.java148 * @param index The index of the item to remove, starting from 0.
150 public void remove(int index); method in interface:HTMLSelectElement
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/events/
H A DReadIterator.java54 public void remove() { method in class:ReadIterator
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/
H A DDistributedPropertySet.java86 satellites.remove(satellite);
146 public Object remove(Object key) { method in class:DistributedPropertySet
150 return child.remove(key);
153 return super.remove(key);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/xml/
H A DNamedNodeMapIterator.java58 public void remove() { method in class:NamedNodeMapIterator
H A DNodeListIterator.java58 public void remove() { method in class:NodeListIterator

Completed in 643 milliseconds

1234567891011>>