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

Comparing jsr166/src/main/java/util/concurrent/CopyOnWriteArrayList.java (file contents):
Revision 1.24 by dl, Tue Jan 27 11:36:31 2004 UTC vs.
Revision 1.25 by dl, Mon Feb 9 00:23:55 2004 UTC

# Line 93 | Line 93 | public class CopyOnWriteArrayList<E>
93      }
94  
95      /**
96 <     * Replace the held array with a copy of the <tt>n</tt>
97 <     * elements of the provided array, starting at position
98 <     * <tt>first</tt>.  To copy an entire array, call with
99 <     * arguments (array, 0, array.length).
96 >     * Replace the held array with a copy of the <tt>n</tt> elements
97 >     * of the provided array, starting at position <tt>first</tt>.  To
98 >     * copy an entire array, call with arguments (array, 0,
99 >     * array.length).
100       * @param toCopyIn the array. A copy of the indicated elements of
101 <     * this  array is used as the
102 <     * internal array.
101 >     * this array is used as the internal array.
102       * @param first The index of first position of the array to
103       * start copying from.
104       * @param n the number of elements to copy. This will be the new size of

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines