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.3 by jsr166, Wed Jul 4 20:13:53 2012 UTC vs.
Revision 1.4 by jsr166, Sat Dec 29 23:55:19 2012 UTC

# Line 102 | Line 102 | public abstract class ParallelArrayWithB
102       * guarantee that elements with equal keys maintain their relative
103       * position in the array.
104       * @return this (to simplify use in expressions)
105 <     * @throws ClassCastException if any element is not Comparable.
105 >     * @throws ClassCastException if any element is not Comparable
106       */
107      public abstract ParallelArrayWithBounds<T> sort();
108   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines