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.33 by jsr166, Wed Jan 2 04:35:20 2013 UTC vs.
Revision 1.35 by jsr166, Sun Jan 18 20:17:33 2015 UTC

# Line 5 | Line 5
5   */
6  
7   package jsr166e.extra;
8 +
9   import jsr166e.StampedLock;
10   import java.util.*;
11  
# Line 593 | Line 594 | public class ReadMostlyVector<E>
594          }
595          if (oobe)
596              throw new ArrayIndexOutOfBoundsException(index);
597 <        return (E)e;
597 >        return e;
598      }
599  
600      public int hashCode() {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines