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

Comparing jsr166/src/jsr166x/Deque.java (file contents):
Revision 1.6 by jsr166, Mon Nov 16 04:16:42 2009 UTC vs.
Revision 1.7 by jsr166, Wed Sep 1 05:20:40 2010 UTC

# Line 419 | Line 419 | public interface Deque<E> extends Queue<
419  
420      /**
421       * Pops an element from the stack represented by this deque.  In other
422 <     * words, removes and returns the the first element of this deque.
422 >     * words, removes and returns the first element of this deque.
423       *
424       * <p>This method is equivalent to {@link #removeFirst()}.
425       *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines