Searched defs:remove (Results 276 - 300 of 366) sorted by relevance

<<1112131415

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DGapContent.java140 * @param nitems the number of characters to remove >= 0
143 * @see AbstractDocument.Content#remove
145 public UndoableEdit remove(int where, int nitems) throws BadLocationException { method in class:GapContent
147 throw new BadLocationException("Invalid remove", length() + 1);
871 remove(offset, length);
938 remove(offset, length);
/openjdk7/jdk/src/share/classes/java/lang/
H A DClassValue.java61 * {@link #remove remove}.
69 * @see #remove
87 * In the absence of {@code remove} calls, a class value has a simple
89 * When {@code remove} calls are made,
91 * See the documentation for {@link #remove remove} for more information.
96 * @see #remove
125 * In order to explain the interaction between {@code get} and {@code remove} calls,
157 * <li>{@code T2} (or a third thread) then calls {@code CV.remove(
171 public void remove(Class<?> type) { method in class:ClassValue
[all...]
/openjdk7/jdk/src/share/classes/java/util/
H A DArrayList.java74 * {@link ListIterator#remove() remove} or
473 public E remove(int index) { method in class:ArrayList
501 public boolean remove(Object o) { method in class:ArrayList
519 * Private remove method that skips bounds checking and does not
842 public void remove() { method in class:ArrayList.Itr
848 ArrayList.this.remove(lastRet);
1010 public E remove(int index) { method in class:ArrayList.SubList
1013 E result = parent.remove(parentOffset + index);
1100 public void remove() {
[all...]
H A DHashtable.java86 * <tt>remove</tt> method, the iterator will throw a {@link
555 public synchronized V remove(Object key) { method in class:Hashtable
693 * the iterator's own <tt>remove</tt> operation), the results of
696 * <tt>Iterator.remove</tt>, <tt>Set.remove</tt>,
719 public boolean remove(Object o) { method in class:Hashtable.KeySet
720 return Hashtable.this.remove(o) != null;
732 * the iterator's own <tt>remove</tt> operation, or through the
736 * mapping from the map, via the <tt>Iterator.remove</tt>,
737 * <tt>Set.remove</t
773 public boolean remove(Object o) { method in class:Hashtable.EntrySet
1171 public void remove() { method in class:Hashtable.Enumerator
[all...]
H A DIdentityHashMap.java99 * through the iterator's own <tt>remove</tt> method, the iterator
516 public V remove(Object key) { method in class:IdentityHashMap
713 int lastReturnedIndex = -1; // to allow remove()
742 public void remove() { method in class:IdentityHashMap.IdentityHashMapIterator
775 // If traversing a copy, remove in real table.
778 IdentityHashMap.this.remove(key);
842 public void remove() { method in class:IdentityHashMap.EntryIterator
845 super.remove();
926 * corresponding mapping from the map, via the <tt>Iterator.remove</tt>,
927 * <tt>Set.remove</t
976 public boolean remove(Object o) { method in class:IdentityHashMap.KeySet
1045 public boolean remove(Object o) { method in class:IdentityHashMap.Values
1115 public boolean remove(Object o) { method in class:IdentityHashMap.EntrySet
[all...]
H A DLinkedList.java55 * any way except through the Iterator's own {@code remove} or
353 public boolean remove(Object o) { method in class:LinkedList
522 public E remove(int index) { method in class:LinkedList
643 * Retrieves, but does not remove, the head (first element) of this list.
654 * Retrieves, but does not remove, the head (first element) of this list.
682 public E remove() { method in class:LinkedList
723 * Retrieves, but does not remove, the first element of this list,
736 * Retrieves, but does not remove, the last element of this list,
812 return remove(o);
850 * through the list-iterator's own {@code remove} o
918 public void remove() { method in class:LinkedList.ListItr
987 public void remove() { method in class:LinkedList.DescendingIterator
[all...]
H A DVector.java49 * {@link ListIterator#remove() remove} or
542 * <p>This method is identical in functionality to the {@link #remove(int)}
544 * {@code remove} method returns the old value that was stored at the
547 * @param index the index of the object to remove
628 * {@link #remove(Object)} method (which is part of the
794 public boolean remove(Object o) { method in class:Vector
824 public synchronized E remove(int index) { method in class:Vector
1142 public void remove() { method in class:Vector.Itr
1147 Vector.this.remove(lastRe
[all...]
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DCopyOnWriteArrayList.java57 * operations on iterators themselves (<tt>remove</tt>, <tt>set</tt>, and
469 public E remove(int index) { method in class:CopyOnWriteArrayList
505 public boolean remove(Object o) { method in class:CopyOnWriteArrayList
512 // Copy while searching for element to remove
640 * @see #remove(Object)
682 * @see #remove(Object)
954 * <tt>remove</tt> method.
968 * <tt>remove</tt>, <tt>set</tt> or <tt>add</tt> methods.
980 * <tt>remove</tt>, <tt>set</tt> or <tt>add</tt> methods.
1036 * @throws UnsupportedOperationException always; <tt>remove</t
1039 public void remove() { method in class:CopyOnWriteArrayList.COWIterator
1202 public E remove(int index) { method in class:CopyOnWriteArrayList.COWSubList
1217 public boolean remove(Object o) { method in class:CopyOnWriteArrayList.COWSubList
1311 public void remove() { method in class:CopyOnWriteArrayList.COWSubListIterator
[all...]
H A DLinkedBlockingDeque.java56 * blocking). Exceptions include {@link #remove(Object) remove},
59 * contains}, {@link #iterator iterator.remove()}, and the bulk
669 public E remove() { method in class:LinkedBlockingDeque
686 * Retrieves, but does not remove, the head of the queue represented by
712 * insert or remove an element.
792 public boolean remove(Object o) { method in class:LinkedBlockingDeque
1057 * Node returned by most recent call to next. Needed by remove.
1058 * Reset to null if this element is deleted by a call to remove.
1125 public void remove() { method in class:LinkedBlockingDeque.AbstractItr
[all...]
/openjdk7/jdk/src/share/classes/java/util/prefs/
H A DAbstractPreferences.java296 * Implements the <tt>remove(String)</tt> method as per the specification
297 * in {@link Preferences#remove(String)}.
309 public void remove(String key) { method in class:AbstractPreferences
325 * iterates over the array invoking {@link #remove(String)} on each key.
337 remove(keys[i]);
942 throw new UnsupportedOperationException("Can't remove the root!");
945 parent.kidCache.remove(name);
964 // Recursively remove all cached children
969 i.remove();
1477 event = eventQueue.remove(
[all...]
/openjdk7/jdk/src/share/classes/javax/naming/
H A DNameImpl.java685 public Object remove(int posn) { method in class:NameImpl
/openjdk7/hotspot/src/share/vm/opto/
H A DindexSet.hpp119 // clear(), member(), insert(), and remove(). These methods do
143 bool remove(uint element) { function in class:IndexSet::BitBlock
301 bool remove(uint element) { function in class:IndexSet
304 check_watch("remove", element);
308 bool present = block->remove(element);
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DFixups.java276 public void remove() { throw new UnsupportedOperationException(); } method in class:Fixups.Itr
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpMib.java148 public final long remove(final int from, final int count) { method in class:LongList
164 * Same behaviour than remove(int index) in {@link java.util.List}.
168 public final long remove(final int index) { method in class:LongList
305 void remove(int index) { method in class:AcmChecker
307 l.remove(index);
316 void remove(final int from, final int count) { method in class:AcmChecker
318 l.remove(from,count);
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapName.java311 public Object remove(int pos) throws InvalidNameException { method in class:LdapName
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DAbstractMidiDevice.java187 if (getOpenKeepingObjects().remove(object)) {
508 AbstractMidiDevice.this.getReceiverList().remove(this);
573 tlist.remove(this);
608 private void remove(Transmitter t) { method in class:AbstractMidiDevice.TransmitterList
612 transmitters.remove(index);
/openjdk7/jdk/src/share/classes/com/sun/security/auth/
H A DPolicyParser.java214 public boolean remove(GrantEntry ge) method in class:PolicyParser
671 public boolean remove(PermissionEntry pe) method in class:PolicyParser.GrantEntry
/openjdk7/jdk/src/share/classes/java/awt/
H A DFrame.java581 mb.parent.remove(mb);
584 remove(menuBar);
994 * @param m the menu component to remove.
998 public void remove(MenuComponent m) { method in class:Frame
1014 super.remove(m);
H A DRenderingHints.java1114 public Object remove(Object key) { method in class:RenderingHints
1115 return hintmap.remove((Key) key);
1156 * <code>Iterator.remove</code>, <code>Set.remove</code>,
1181 * <code>Iterator.remove</code>,
1182 * <code>Collection.remove</code>, <code>removeAll</code>,
/openjdk7/hotspot/src/share/vm/utilities/
H A DgrowableArray.hpp299 void remove(const E& elem) { function in class:GrowableArray
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/
H A DQNameMap.java340 public void remove() { method in class:QNameMap.HashIterator
455 public boolean remove(Object o) { method in class:QNameMap.EntrySet
/openjdk7/jdk/test/sun/security/tools/keytool/
H A DKeyToolTest.java103 void remove(String filename) { method in class:KeyToolTest
311 remove("x.jks");
312 remove("x.jceks");
313 remove("x.p12");
314 remove("x2.jceks");
315 remove("x2.jks");
316 remove("x.jks.p1.cert");
319 remove("x.jks");
320 remove("x.jks.p1.cert");
351 remove("
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DScope.java246 public void remove(Symbol sym) { method in class:Scope
251 // remove e from table and shadowed list;
264 // remove e from elems and sibling list
390 public void remove() {
431 public void remove() {
547 remove(sym);
578 public void remove(Symbol sym) { method in class:Scope.DelegatedScope
696 public void remove() { method in class:Scope.CompoundScope.CompoundScopeIterator
726 public void remove(Symbol sym) { method in class:Scope.CompoundScope
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/
H A DOption.java387 super.remove(0, super.getLength());
831 public void remove() { method in class:Option.BooleanIterator
860 public void remove() { method in class:Option.SwitchIterator
/openjdk7/jdk/test/java/util/logging/
H A DTestAppletLoggerContext.java106 void remove(Object o) { map.remove(o); } method in class:TestAppletLoggerContext.Bridge.JavaAWTAccessStub.TestExc
124 public void remove(Object o, Object o1) { TestExc.exc(o).remove(o1); } method in class:TestAppletLoggerContext.Bridge.JavaAWTAccessStub
130 public void remove(Object o) { global.remove(o); } method in class:TestAppletLoggerContext.Bridge.JavaAWTAccessStub

Completed in 1831 milliseconds

<<1112131415