ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/ArrayDeque.java
(Generate patch)

Comparing jsr166/src/main/java/util/ArrayDeque.java (file contents):
Revision 1.45 by dl, Fri Feb 1 01:02:25 2013 UTC vs.
Revision 1.46 by jsr166, Mon Feb 11 07:42:43 2013 UTC

# Line 697 | Line 697 | public class ArrayDeque<E> extends Abstr
697       * Returns {@code true} if this deque contained the specified element
698       * (or equivalently, if this deque changed as a result of the call).
699       *
700 <     * <p>This method is equivalent to {@link #removeFirstOccurrence}.
700 >     * <p>This method is equivalent to {@link #removeFirstOccurrence(Object)}.
701       *
702       * @param o element to be removed from this deque, if present
703       * @return {@code true} if this deque contained the specified element

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines