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.15 by jsr166, Mon Dec 19 19:18:35 2011 UTC vs.
Revision 1.16 by jsr166, Sat Dec 31 05:35:16 2011 UTC

# Line 954 | Line 954 | public class ReadMostlyVector<E>
954                  if (index < 0)
955                      ex = true;
956                  else
957 <                    idx = rawIndexOf(o, 0, count);
957 >                    idx = rawIndexOf(o, index, count);
958              } finally {
959                  lock.unlock();
960              }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines