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.12 by jsr166, Tue May 17 16:14:34 2005 UTC vs.
Revision 1.13 by jsr166, Wed May 18 00:46:42 2005 UTC

# Line 650 | Line 650 | public class ArrayDeque<E> extends Abstr
650       * <p>The returned array will be "safe" in that no references to it are
651       * maintained by this deque.  (In other words, this method must allocate
652       * a new array).  The caller is thus free to modify the returned array.
653 <     *
653 >     *
654       * <p>This method acts as bridge between array-based and collection-based
655       * APIs.
656       *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines