ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/jsr166e/extra/ReadMostlyVector.java
(Generate patch)

Comparing jsr166/src/jsr166e/extra/ReadMostlyVector.java (file contents):
Revision 1.31 by jsr166, Sun Nov 18 18:03:10 2012 UTC vs.
Revision 1.32 by jsr166, Mon Nov 19 01:12:11 2012 UTC

# Line 93 | Line 93 | public class ReadMostlyVector<E>
93       * Creates an empty vector with the given initial capacity.
94       *
95       * @param initialCapacity the initial capacity of the underlying array
96     *
96       * @throws IllegalArgumentException if initial capacity is negative
97       */
98      public ReadMostlyVector(int initialCapacity) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines