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

Comparing jsr166/src/extra166y/ParallelDoubleArrayWithBounds.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 114 | Line 114 | public abstract class ParallelDoubleArra
114       * Comparable. Unlike Arrays.sort, this sort does not
115       * guarantee that elements with equal keys maintain their relative
116       * position in the array.
117 <     * @throws ClassCastException if any element is not Comparable.
117 >     * @throws ClassCastException if any element is not Comparable
118       * @return this (to simplify use in expressions)
119       */
120      public abstract ParallelDoubleArrayWithBounds sort();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines