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.30 by jsr166, Tue May 17 06:36:47 2005 UTC vs.
Revision 1.31 by jsr166, Tue May 17 22:04:55 2005 UTC

# Line 235 | Line 235 | public class LinkedList<E>
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.)
237       *
238 <     * @param c the elements to be inserted into this list
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
240       * @throws NullPointerException if the specified collection is null
241       */
# Line 253 | Line 253 | public class LinkedList<E>
253       *
254       * @param index index at which to insert the first element
255       *              from the specified collection
256 <     * @param c elements to be inserted into this list
256 >     * @param c collection containing elements to be added to this list
257       * @return <tt>true</tt> if this list changed as a result of the call
258       * @throws IndexOutOfBoundsException {@inheritDoc}
259       * @throws NullPointerException if the specified collection is null

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines