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

Comparing jsr166/src/extra166y/ParallelArrayWithBounds.java (file contents):
Revision 1.4 by jsr166, Sat Dec 29 23:55:19 2012 UTC vs.
Revision 1.5 by jsr166, Sun Dec 30 02:05:53 2012 UTC

# Line 41 | Line 41 | public abstract class ParallelArrayWithB
41  
42      /**
43       * Returns the index of some element equal to given target, or
44 <     * -1 if not present
44 >     * -1 if not present.
45       * @param target the element to search for
46       * @return the index or -1 if not present
47       */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines