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.2 by dl, Tue Mar 8 12:27:06 2005 UTC vs.
Revision 1.3 by dl, Tue Mar 8 17:52:02 2005 UTC

# Line 520 | Line 520 | public class ArrayDeque<E> extends Abstr
520       * adjusting head, tail, and size as necessary.  This can result in
521       * motion of elements backwards or forwards in the array.
522       *
523 <     * <p>This method is called delete rather than remove to emphasize the
523 >     * <p>This method is called delete rather than remove to emphasize
524       * that its semantics differ from those of List.remove(int).
525       *
526       * @return true if elements moved backwards

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines