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

Comparing jsr166/src/main/java/util/LinkedList.java (file contents):
Revision 1.32 by jsr166, Wed May 18 00:46:42 2005 UTC vs.
Revision 1.33 by jsr166, Sat May 21 17:33:09 2005 UTC

# Line 232 | Line 232 | public class LinkedList<E>
232       * this list, in the order that they are returned by the specified
233       * collection's iterator.  The behavior of this operation is undefined if
234       * the specified collection is modified while the operation is in
235 <     * progress.  (This implies that the behavior of this call is undefined if
236 <     * the specified Collection is this list, and this list is nonempty.)
235 >     * progress.  (Note that this will occur if the specified collection is
236 >     * this list, and it's nonempty.)
237       *
238       * @param c collection containing elements to be added to this list
239       * @return <tt>true</tt> if this list changed as a result of the call

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines