Searched refs:removeFirstOccurrence (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/
H A DDeque.java165 * elements, {@link #removeFirstOccurrence removeFirstOccurrence} and
360 boolean removeFirstOccurrence(Object o); method in interface:Deque
529 * <p>This method is equivalent to {@link #removeFirstOccurrence}.
H A DArrayDeque.java49 * #removeFirstOccurrence removeFirstOccurrence}, {@link #removeLastOccurrence
352 public boolean removeFirstOccurrence(Object o) { method in class:ArrayDeque
715 * <p>This method is equivalent to {@link #removeFirstOccurrence}.
721 return removeFirstOccurrence(o);
H A DLinkedList.java811 public boolean removeFirstOccurrence(Object o) { method in class:LinkedList
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DBlockingDeque.java408 boolean removeFirstOccurrence(Object o); method in interface:BlockingDeque
593 * {@link #removeFirstOccurrence(Object) removeFirstOccurrence}.
H A DLinkedBlockingDeque.java57 * {@link #removeFirstOccurrence removeFirstOccurrence}, {@link
583 public boolean removeFirstOccurrence(Object o) { method in class:LinkedBlockingDeque
787 * {@link #removeFirstOccurrence(Object) removeFirstOccurrence}.
793 return removeFirstOccurrence(o);
H A DConcurrentLinkedDeque.java1043 public boolean removeFirstOccurrence(Object o) { method in class:ConcurrentLinkedDeque
1138 return removeFirstOccurrence(o);
/openjdk7/jdk/test/java/util/Collection/
H A DMOAT.java483 check(!deq.removeFirstOccurrence(e));
513 case 4: check(deq.removeFirstOccurrence(e)); break;
537 check(!deq.removeFirstOccurrence(e));
579 case 2: check(deq.removeFirstOccurrence(e)); break;
645 check(!deq.removeFirstOccurrence(e));
/openjdk7/jdk/src/share/classes/sun/awt/util/
H A DIdentityLinkedList.java604 public boolean removeFirstOccurrence(Object o) { method in class:IdentityLinkedList

Completed in 63 milliseconds