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

Comparing jsr166/src/main/java/util/Deque.java (file contents):
Revision 1.22 by jsr166, Wed Jan 16 01:59:47 2013 UTC vs.
Revision 1.23 by jsr166, Mon Feb 11 07:42:43 2013 UTC

# Line 492 | Line 492 | public interface Deque<E> extends Queue<
492       * Returns {@code true} if this deque contained the specified element
493       * (or equivalently, if this deque changed as a result of the call).
494       *
495 <     * <p>This method is equivalent to {@link #removeFirstOccurrence}.
495 >     * <p>This method is equivalent to {@link #removeFirstOccurrence(Object)}.
496       *
497       * @param o element to be removed from this deque, if present
498       * @return {@code true} if an element was removed as a result of this call

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines